Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8280332 | 19 | Kim Barrett | P2 | Resolved | Fixed | b07 |
JDK-8280666 | 18.0.1 | Kim Barrett | P2 | Resolved | Fixed | b04 |
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (...\src\hotspot\share\gc\g1\g1DirtyCardQueue.cpp:175), pid=13180, tid=43620
# assert(actual == Atomic::load(&_num_cards)) failed: Num entries in completed buffers should be 42569 but are 7241
#
# JRE version: Java(TM) SE Runtime Environment (18.0+14) (fastdebug build 18-ea+14-714)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 18-ea+14-714, compiled mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Core dump will be written. Default location: ...\testoutput\test-support\jtreg_open_test_hotspot_jtreg_vmTestbase_vm_gc_quick\scratch\0\hs_err_pid13180.mdmp
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
#
--------------- S U M M A R Y ------------
Current thread (0x000001ffa95b9ec0): VMThread "VM Thread" [stack: 0x0000006984100000,0x0000006984200000] [id=43620]
Stack: [0x0000006984100000,0x0000006984200000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0xada9d1] os::platform_print_native_stack+0xf1 (os_windows_x86.cpp:235)
V [jvm.dll+0xcf7625] VMError::report+0x1005 (vmError.cpp:742)
V [jvm.dll+0xcf8fae] VMError::report_and_die+0x7fe (vmError.cpp:1552)
V [jvm.dll+0xcf9734] VMError::report_and_die+0x64 (vmError.cpp:1333)
V [jvm.dll+0x4cccc7] report_vm_error+0xb7 (debug.cpp:282)
V [jvm.dll+0x5cc5e2] G1DirtyCardQueueSet::verify_num_cards+0x82 (g1DirtyCardQueue.cpp:176)
V [jvm.dll+0x5cb1cb] G1DirtyCardQueueSet::concatenate_logs+0x8b (g1DirtyCardQueue.cpp:574)
V [jvm.dll+0x5b1abc] G1CollectedHeap::pre_evacuate_collection_set+0x1fc (g1CollectedHeap.cpp:3546)
V [jvm.dll+0x5aa928] G1CollectedHeap::do_collection_pause_at_safepoint_helper+0x6c8 (g1CollectedHeap.cpp:3112)
V [jvm.dll+0x5aa24d] G1CollectedHeap::do_collection_pause_at_safepoint+0x15d (g1CollectedHeap.cpp:2875)
V [jvm.dll+0x60ffc3] VM_G1CollectForAllocation::doit+0x73 (g1VMOperations.cpp:157)
V [jvm.dll+0xcfec59] VM_Operation::evaluate+0xb9 (vmOperations.cpp:71)
V [jvm.dll+0xd00b74] VMThread::evaluate_operation+0xa4 (vmThread.cpp:284)
V [jvm.dll+0xd012d5] VMThread::inner_execute+0x255 (vmThread.cpp:433)
- backported by
-
JDK-8280332 vmTestbase/vm/gc/containers/Combination05/TestDescription.java crashes verifying length of DCQS
-
- Resolved
-
-
JDK-8280666 vmTestbase/vm/gc/containers/Combination05/TestDescription.java crashes verifying length of DCQS
-
- Resolved
-
- duplicates
-
JDK-8274940 vmTestbase/vm/gc/containers/LinkedHashMap_Arrays/TestDescription.java fails "assert(actual == Atomic::load(&_num_cards)) failed: Num entries in completed buffers should be N but are M"
-
- Closed
-
- relates to
-
JDK-8279294 NonblockingQueue::try_pop may improperly indicate queue is empty
-
- Resolved
-
-
JDK-8280832 Update usage docs for NonblockingQueue
-
- Resolved
-