please try this Java test program
Tom Tromey
tromey@redhat.com
Sun Apr 29 13:11:00 GMT 2001
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> I've tracked down the crash in Jigsaw to a mis-compilation of
Per> Properties.java. If you are running on Linux, I would be
Per> interested if you could try compiling and running this program
Per> against the 3.0 branch:
Per> $ gcj -o proptest --main=PropTest PropTest.java -g
Per> $ ./proptest
Try compiling Properties.java with -fno-defer-pop.
This might be the bug we've sometimes seen with -O compilation.
Tom
More information about the Java
mailing list