From owner-freebsd-java Mon Sep 30 12:13:21 2002 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C5FA37B401 for ; Mon, 30 Sep 2002 12:13:19 -0700 (PDT) Received: from keyser.soze.com (keyser.soze.com [194.165.93.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6E9F43E77 for ; Mon, 30 Sep 2002 12:13:18 -0700 (PDT) (envelope-from stefan.arentz@soze.com) Received: by keyser.soze.com (Postfix, from userid 1000) id D3098351B6; Mon, 30 Sep 2002 21:14:02 +0200 (CEST) Date: Mon, 30 Sep 2002 21:14:02 +0200 From: Stefan Arentz To: freebsd-java@FreeBSD.ORG Subject: Hotspot Weirdness with -O3 Message-ID: <20020930191402.GB9208@keyser.soze.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.99i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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.(GregorianCalendar.java:364) at java.util.GregorianCalendar.(GregorianCalendar.java:335) at java.util.SimpleTimeZone.(SimpleTimeZone.java:913) at java.util.TimeZone.(TimeZone.java:488) at java.util.GregorianCalendar.(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