From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28407 invoked by alias); 9 Feb 2007 22:28:43 -0000 Received: (qmail 28377 invoked by uid 48); 9 Feb 2007 22:28:40 -0000 Date: Fri, 09 Feb 2007 22:28:00 -0000 Message-ID: <20070209222840.28376.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/30742] ResourceBundle regression In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "tromey at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2007-q1/txt/msg00321.txt.bz2 ------- Comment #5 from tromey at gcc dot gnu dot org 2007-02-09 22:28 ------- Created an attachment (id=13028) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13028&action=view) first patch This patch fixes the problem for me. In my run, the GetStackWalkerCallingClass call in getCallingClass returns ResourceBundle -- but what we want it ResourceBundle's caller. This is pretty awful though. I think perhaps we need a new API in _Jv_StackTrace for this case. Also I think there must be something here I am missing, since I don't see how this code could work on any platform. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30742