Bryce McKinlay wrote:
1. java.lang.VMThrowable illegally accesses
gnu.gcj.runtime.StackTrace.stackTraceAddrs( )
2. gnu.gcj.runtime.NameFinder illegally accesses
java.lang.StackTraceElement's constructor
I am currently working on some significant changes the stack trace
stuff (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12740) - both of
these will go away when I'm done.
Cool! Somewhat off-topic for this thread, I'm curious
to know how you will be able to avoid calling backtrace( )
for targets that do not have DWARF-2 EH frame based
unwinding for an exception. For example, Win32 is an
SJLJ-EH target (as of now).