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]

Re: please try this Java test program


>>>>> "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


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