This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: natClass.cc, java::lang::Class::initializeClass() problems
Marco> That doesn't matter. The public API is the same. So as long as the
Marco> complete AWT/Swing API is provided on compilation, the classpath stuff
Marco> will be ignored (not pulled into the binary). That works without
Marco> problems...
Sorry, I thought you were merely using the peers, not replacing
awt+swing entirely. My mistake.
Marco> Crap! I hoped for some GCJ specific points because of AOT compilation.
It could be, but we don't have enough info to know, I'm afraid.
Marco> Calling initializeClass() through JNI while already in
Marco> initializeClass() should be ok?
Yes.
Marco> What about linux stacktraces? Is this a known problem?
Nope.
Tom