On Tuesday 24 July 2001 12:18, you wrote:
> Glenn Marcy wrote:
> > Dimi,
> >
> > The problem is almost certainly a JIT bug. Examination of the source
> > reveals that it
> > [snip]
>
> What vendor/version of the java runtime are you running? On Sun JVMs
> you can run "java -version" to find this info.
bash-2.02$ java -version
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)
> Depending on the version
> you can use command line options to turn off JIT compilation to help
> diagnose the problem. For Sun java runtimes, go to http://java.sun.com/
> and look up the tools documentation for the version you are using.
We have tried to run with:
A) -classic
B) -server
C) -Xint
and we still get the same error. Any other way do disable the JIT?
--
Dimi.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]