#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (src/hotspot/share/gc/serial/serialFullGC.cpp:208), pid=2323770, tid=2323775
# assert(_index < max_num_spaces - 1) failed: the last space should not be used
#
# JRE version: Java(TM) SE Runtime Environment (24.0+2) (fastdebug build 24-ea+2-60)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 24-ea+2-60, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, serial gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x15f80c1] Compacter::phase2_calculate_new_addr()+0xa11
#
# Core dump will be written. Default location: Core dumps may be processed with "/opt/core.sh %p" (or dumping to testoutput/test-support/jtreg_open_test_hotspot_jtreg_vmTestbase_vm_gc_compact/scratch/3/core.2323770)
#
# An error report file with more information is saved as:
# testoutput/test-support/jtreg_open_test_hotspot_jtreg_vmTestbase_vm_gc_compact/scratch/3/hs_err_pid2323770.log
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (src/hotspot/share/gc/serial/serialFullGC.cpp:208), pid=2323770, tid=2323775
# assert(_index < max_num_spaces - 1) failed: the last space should not be used
#
# JRE version: Java(TM) SE Runtime Environment (24.0+2) (fastdebug build 24-ea+2-60)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 24-ea+2-60, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, serial gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x15f80c1] Compacter::phase2_calculate_new_addr()+0xa11
#
# Core dump will be written. Default location: Core dumps may be processed with "/opt/core.sh %p" (or dumping to testoutput/test-support/jtreg_open_test_hotspot_jtreg_vmTestbase_vm_gc_compact/scratch/3/core.2323770)
#
# An error report file with more information is saved as:
# testoutput/test-support/jtreg_open_test_hotspot_jtreg_vmTestbase_vm_gc_compact/scratch/3/hs_err_pid2323770.log
#
- relates to
-
JDK-8333786 Serial: Remove SerialHeap::_incremental_collection_failed
- Resolved