Operating System - HP-UX
1833788 Members
2742 Online
110063 Solutions
New Discussion

jvm core dump --- compiler thread crashed

 
zhan hai
New Member

jvm core dump --- compiler thread crashed

What the problem with our java program.
From the core, we can find out the compiler thread crashed.
Attachment is the stack info from core(bt.28559) and information from jvm (hs_err_pid28559.log).
We are under hp11.0, using jvm 1.3.1.08 , and using the latest patch from hp.
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: jvm core dump --- compiler thread crashed

The lastest version of java sdk/rte jvm is 1.3.1.10

You might want to go to http://www.hp.com/go/java and download it and install it.

There is also a new requierd java patch that might deal with this issue.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
zhan hai
New Member

Re: jvm core dump --- compiler thread crashed

Is the problem a known problem?

I think stack information maybe helpful for hp engineers to analyse the reason.
zhan hai
New Member

Re: jvm core dump --- compiler thread crashed

Compiler thread always crashed when compiling the same method, we now disable the dynamic compile of that method.
But we are not sure whether it will take effect.
Paddy_1
Valued Contributor

Re: jvm core dump --- compiler thread crashed

Well, you could probably run with JAVA_COMPILER=NONE and it may prevent the crash, however you'll probably see much slower performance
The sufficiency of my merit is to know that my merit is NOT sufficient