[Bug libgcj/30742] ResourceBundle regression
tromey at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Feb 9 22:28:00 GMT 2007
------- 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
More information about the Java-prs
mailing list