Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2002 21:14:02 +0200
From:      Stefan Arentz <stefan.arentz@soze.com>
To:        freebsd-java@FreeBSD.ORG
Subject:   Hotspot Weirdness with -O3
Message-ID:  <20020930191402.GB9208@keyser.soze.com>

next in thread | raw e-mail | index | archive | help
I just recompiled hotspot with -O3 instead of -O0 and now I'm getting
the following:

keyser % java -jar orion.jar
java.lang.ExceptionInInitializerError: java.lang.IllegalArgumentException
        at java.util.SimpleTimeZone.getOffset(SimpleTimeZone.java:427)
        at java.util.GregorianCalendar.computeFields(GregorianCalendar.java:1173)
        at java.util.Calendar.setTimeInMillis(Calendar.java:903)
        at java.util.GregorianCalendar.<init>(GregorianCalendar.java:364)
        at java.util.GregorianCalendar.<init>(GregorianCalendar.java:335)
        at java.util.SimpleTimeZone.<clinit>(SimpleTimeZone.java:913)
        at java.util.TimeZone.<clinit>(TimeZone.java:488)
        at java.util.GregorianCalendar.<init>(GregorianCalendar.java:335)
        ...

Very odd, does this look familiar to anyone?

I'm rebuilding with -O2 now to see if that makes a difference.

 S.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020930191402.GB9208>