Hi Stefan,
I believe that's a known bug in recent IBM JDK's, but I'd encourage
you to report it to make sure the developers are aware of its impact on
users.
In fact, my understanding is that it's an internal error that
indicates the Just-in-Time Compiler in the JDK was able to compile a
method to bytecode, but the JVM wasn't able to invoke the compiled
version. The JVM ends up invoking the interpreted bytecode version of the
method instead. There's a potential performance impact, and there's also
the cosmetic effect of the error messages, but the code should still
execute correctly.
Thanks,
Henry
------------------------------------------------------------------
Henry Zongaro Xalan development
IBM SWS Toronto Lab Tie Line 969-6044; Phone (905) 413-6044
mailto:[EMAIL PROTECTED]
<[EMAIL PROTECTED]>
12/06/2002 06:28 AM
To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
cc:
Subject: AW: Using XSLTC several times produces message on stderr
Hi,
it's bundled java with IBMs Websphere Application Developer 5 Trial
Edidition.
C:\Programme\IBM\WebSphere Studio\runtimes\base_v5\java\bin>.\java.exe
-version
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1)
Classic VM (build 1.3.1, J2RE 1.3.1 IBM Windows 32 build cn131-20020821
(JIT ena
bled: jitc))
Stefan
> Re: Using XSLTC several times produces message on stderr
>Stefan:
>Really bizarre error message. What version and from which vendor is you
>JRE?
>-- Santiago