Laurian Gridinoc wrote:
> ...any clue on this JVM log entry?
> 
> 2001-10-21 19:11:58 - DecodeInterceptor: Charset from session iso-8859-1
> A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL
> relocation target' has occurred in :
> 'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting


Laurian,

JDK 1.2.2.x and earlier versions (on win32) use the Symantec JIT, which
is not likely to be fixed or enhanced (for distribution with
Sun-supplied JDKs/J2SEs, at least) in the future.

If possible, please consider moving to a 1.3.x or later J2SE ("JDK").

        http://java.sun.com/products/j2se/1.3

The only workaround with 1.2.2.x and earlier versions is to turn off the
JIT, which results in significantly lower performance.  See:

        http://java.sun.com/products/jdk/1.2/docs/tooldocs/win32/java.html#jit

Related bugs for this particular symptom are noted at:

http://search.java.sun.com/Search/java?qt=%2Bjit_symantec+%2B%22null+relocation+target%22&col=obug&rf=0

(remove any linefeeds/CRs from that URL before pasting into your
browser)

Best Regards,
KR

Reply via email to