This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ClassLoader initialization in _Jv_RunMain


Mark Wielaard wrote:

We have to do something, since the `-jar' bug is an important
regression.  There's a PR for this.  I've been planning to look at
it, probably next week.


Andreas is trying out a simple workaround for this. Just commenting out
the setTime() call in ZipEntry.setExtra(byte[]). Since this seems to be
the only call that can trigger a (Calender) resource load while
initializing the VMClassLoader.

Starting program: /Volumes/xufs/gcc-cvs-dylib/objdir/powerpc-apple-darwin7.0.0/libjava/.libs/gij -jar /Volumes/xufs/gcc-cvs-dylib/gcc/libjava/testsuite/libjava.jar/simple.jar
Failed to load Main-Class manifest attribute from /Volumes/xufs/gcc-cvs-dylib/gcc/libjava/testsuite/libjava.jar/simple.jar


Program exited with code 01.

on hppa & darwin.

So far from the ffi hack lab :)

Andreas





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]