Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2002 20:36:08 -0700
From:      Bill Huey <billh@gnuppy.monkey.org>
To:        freebsd-java@freebsd.org
Cc:        Bill Huey <billh@gnuppy.monkey.org>
Subject:   HotSpot progress report
Message-ID:  <20020712033608.GA3639@gnuppy.monkey.org>

next in thread | raw e-mail | index | archive | help

Hey,

After discovering that I had boneheadedly multiplied the os::sleep()
values by a 1000, it fixed the stall problems I had with the Java2D
demo.

The production/non-debug builds were crashing last night, but I reduced
the optimization level to -O0 and progressively got it to run more
reliably.

At -O0 the HotSpot production version runs reliably for the Java2D demo.
I'm turning off specific optimization options incrementally as I increase
the global level of optimization to find what's blowing things up.

With the no optimizations at -O0, I get within 50 percent of the
native Linux JDK in speed running Java2D. This is really encouraging.

bill


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?20020712033608.GA3639>