Customer wanted to run their J2EE application on huron (Niagara 2) HW. Application server used - JBOSS 4.2.2. GA.
1. attempt - ended up with jvm error log (see attachment hs_err_pid5946-1.log)
JVM has been started with switches -XX:+UseParallelGC -XX:ParallelGCThreads=8. We have identified possible reason for the problem (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6590196 ).
2. attempt - we have switched parallel GC to serial GC using -XX:+UseSerialGC switch. The result was JVM crash without producing any error log only a core dump file (3.8G) which is available but not attached.
1. attempt - ended up with jvm error log (see attachment hs_err_pid5946-1.log)
JVM has been started with switches -XX:+UseParallelGC -XX:ParallelGCThreads=8. We have identified possible reason for the problem (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6590196 ).
2. attempt - we have switched parallel GC to serial GC using -XX:+UseSerialGC switch. The result was JVM crash without producing any error log only a core dump file (3.8G) which is available but not attached.
- relates to
-
JDK-6590196 JVM crash with SEGV in PSScavengeRootsClosure::do_oop
- Closed