This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: please try this Java test program
- To: Per Bothner <per at bothner dot com>
- Subject: Re: please try this Java test program
- From: Tom Tromey <tromey at redhat dot com>
- Date: 29 Apr 2001 14:21:37 -0600
- Cc: java at gcc dot gnu dot org
- References: <m2u238m8ng.fsf@kelso.bothner.com>
- Reply-To: tromey at redhat dot com
>>>>> "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