-
Bug
-
Resolution: Fixed
-
P4
-
hs15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2179582 | 7 | Y. Ramakrishna | P4 | Closed | Fixed | b63 |
JDK-2180644 | 6u18 | Y. Ramakrishna | P4 | Closed | Fixed | b01 |
SPECjbb2005 intermittently crashes VM when started with
-XX:+GCALotAtAllSafepoints -XX:+ScavengeALot(or -XX:+FullGCALot) options.
There are two different assertions to fail.
1. In the case CMS GC is used (-XX:+UseConcMarkSweepGC) the following assertion fails.
> # Internal Error (/export/users2/rbouchma/ws/hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp:71), pid=6723, tid=2305843011631592064
> # Error: assert(Thread::current()->is_Java_thread(),"just checking")
2. The second assertion
> # Error: assert(!Heap_lock->owned_by_self(),"this thread should not own the Heap_lock")
fails in two different locations depending on GC selected:
> hotspot/src/share/vm/memory/genCollectedHeap.cpp:744
> hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp:717
-XX:+GCALotAtAllSafepoints -XX:+ScavengeALot(or -XX:+FullGCALot) options.
There are two different assertions to fail.
1. In the case CMS GC is used (-XX:+UseConcMarkSweepGC) the following assertion fails.
> # Internal Error (/export/users2/rbouchma/ws/hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp:71), pid=6723, tid=2305843011631592064
> # Error: assert(Thread::current()->is_Java_thread(),"just checking")
2. The second assertion
> # Error: assert(!Heap_lock->owned_by_self(),"this thread should not own the Heap_lock")
fails in two different locations depending on GC selected:
> hotspot/src/share/vm/memory/genCollectedHeap.cpp:744
> hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp:717
- backported by
-
JDK-2179582 GCALotAtAllSafepoints + FullGCALot(ScavengeALot) options crash JVM
-
- Closed
-
-
JDK-2180644 GCALotAtAllSafepoints + FullGCALot(ScavengeALot) options crash JVM
-
- Closed
-
- relates to
-
JDK-6852342 GC-a-lot feature should be NoHandleMark-aware
-
- Open
-
-
JDK-6832475 SafepointALot and GCALotAtAllSafepoints options intermittently crash VM
-
- Closed
-