-
Bug
-
Resolution: Fixed
-
P3
-
1.0, 6u7-rev, 6u13, 6u14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2180087 | 7 | Vladimir Kozlov | P3 | Closed | Fixed | b65 |
JDK-2180654 | 6-pool | Vladimir Kozlov | P5 | Closed | Won't Fix | |
JDK-2179434 | hs16 | Vladimir Kozlov | P3 | Closed | Fixed | b06 |
After migration, they're experiencing all kinds of crashes of the JVM, with essentially the same code as they had before.
While analyzing the problem, they created a few stand-alone java programs that can manifest some of the crashes without the entire platform code (in excess of 1.4 million lines of code), external libraries of application servers. Please see the attached jar file for the test cases.
Details on the crashes their experiencing are posted at http://forums.sun.com/thread.jspa?threadID=5384686
Test cases shows various SIGBUS crashes. The crashes mostly occur when using CMS, but problems can also be seen when using the default gc as chosen by ergonomics. So it is possible we have a C2 issue here as well as an issue with GC.
Customer is running the application on a Solaris 10 (non zoned) Sun Sparc T5220.
Please see comments section of the bug for the steps to reproduce these crashes.
I noticed that the crashes from the test cases occur fairly quickly with 1.6.0_10 through early access of 1.6.0_14. In my tests, I have not reproduced the crash with 1.6.0_05 and 1.6.0_07 yet. Although the _05 test had to be terminated due to a system resource issue. The _07 test has been currently running for about 18 hours now. It is interesting to note that 1.6.0_05 and 1.6.0_07 are using hotspot 10 while 1.6.0_10 and higher are using hotspot 11.
.
- backported by
-
JDK-2179434 Multiple JVM crashes seen with 1.6.0_10 through early access of 1.6.0_14 - possibly related to GC
- Closed
-
JDK-2180087 Multiple JVM crashes seen with 1.6.0_10 through early access of 1.6.0_14 - possibly related to GC
- Closed
-
JDK-2180654 Multiple JVM crashes seen with 1.6.0_10 through early access of 1.6.0_14 - possibly related to GC
- Closed
- duplicates
-
JDK-6793611 CMS: crash in ParNewGeneration::copy_to_survivor_space_avoiding_promotion_undo
- Closed
-
JDK-6855809 Unaligned memory access on Solaris within java.io.BufferedInputStream
- Closed
-
JDK-6859817 Regression: C2 compiler crash since 6u10
- Closed
-
JDK-2179915 CMS: crash in ParNewGeneration::copy_to_survivor_space_avoiding_promotion_undo
- Closed
-
JDK-2175856 CMS: crash in ParNewGeneration::copy_to_survivor_space_avoiding_promotion_undo
- Closed
- relates to
-
JDK-6869196 Fatal error in 6u14p with Compressed OOPs in monitor locking
- Closed
-
JDK-6872049 CMS: Failure in CompactibleFreeListSpace::block_size from ::block_start_unsafe()
- Closed
-
JDK-6857661 64-bit server VM: assert(is_Initialize(),"invalid node class")
- Closed
-
JDK-6833129 specjvm98 fails with NullPointerException in the compiler with -XX:DeoptimizeALot
- Closed
-
JDK-6813212 factor duplicated assembly code for general subclass check (for 6655638)
- Resolved