-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b120
-
Not verified
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/scratch/opt/jprt/T/P1/155513.cmv/s/hotspot/src/share/vm/gc/parallel/psParallelCompact.hpp:634), pid=6437, tid=6443
# assert(addr >= _region_start) failed: bad addr
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (fastdebug build 9-internal+0-2016-04-18-155513.cmv.jdk9hs)
# Java VM: Java HotSpot(TM) Server VM (fastdebug 9-internal+0-2016-04-18-155513.cmv.jdk9hs, mixed mode, tiered, parallel gc, linux-x86)
# Core dump will be written. Default location: Core dumps may be processed with "/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e" (or dumping to /scratch/home/aurora/sandbox/results/workDir/gc/parallel/TestDynShrinkHeap/core.6437)
Current thread (0xa3864800): VMThread "VM Thread" [stack: 0xa3b33000,0xa3bb4000] [id=6443]
Stack: [0xa3b33000,0xa3bb4000], sp=0xa3bb2bc0, free space=510k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x1269507] VMError::report_and_die(int, char const*, char const*, char*, Thread*, unsigned char*, void*, void*, char const*, int, unsigned int)+0x137
V [libjvm.so+0x126a170] VMError::report_and_die(Thread*, char const*, int, char const*, char const*, char*)+0x30
V [libjvm.so+0x8030e0] report_vm_error(char const*, int, char const*, char const*, ...)+0x60
V [libjvm.so+0x10391e9] print_generic_summary_region(unsigned int, ParallelCompactData::RegionData const*)+0xc9
V [libjvm.so+0x10392ff] print_generic_summary_data(ParallelCompactData&, HeapWord*, HeapWord*)+0xef
V [libjvm.so+0x103ce2c] PSParallelCompact::summary_phase(ParCompactionManager*, bool)+0x9c
V [libjvm.so+0x103e702] PSParallelCompact::invoke_no_policy(bool) [clone .part.164]+0x442
V [libjvm.so+0x103f4b8] PSParallelCompact::invoke(bool)+0x138
V [libjvm.so+0x126b826] VM_ParallelGCSystemGC::doit()+0xd6
V [libjvm.so+0x129f107] VM_Operation::evaluate()+0x287
V [libjvm.so+0x1299a29] VMThread::evaluate_operation(VM_Operation*)+0x169
V [libjvm.so+0x129a3a0] VMThread::loop()+0x230
V [libjvm.so+0x129a940] VMThread::run()+0xc0
V [libjvm.so+0xf7d024] java_start(Thread*)+0x124
C [libpthread.so.0+0x6b39]
VM_Operation (0xa33fe8c0): ParallelGCSystemGC, mode: safepoint, requested by thread 0xa3463400
#
# Internal Error (/scratch/opt/jprt/T/P1/155513.cmv/s/hotspot/src/share/vm/gc/parallel/psParallelCompact.hpp:634), pid=6437, tid=6443
# assert(addr >= _region_start) failed: bad addr
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (fastdebug build 9-internal+0-2016-04-18-155513.cmv.jdk9hs)
# Java VM: Java HotSpot(TM) Server VM (fastdebug 9-internal+0-2016-04-18-155513.cmv.jdk9hs, mixed mode, tiered, parallel gc, linux-x86)
# Core dump will be written. Default location: Core dumps may be processed with "/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e" (or dumping to /scratch/home/aurora/sandbox/results/workDir/gc/parallel/TestDynShrinkHeap/core.6437)
Current thread (0xa3864800): VMThread "VM Thread" [stack: 0xa3b33000,0xa3bb4000] [id=6443]
Stack: [0xa3b33000,0xa3bb4000], sp=0xa3bb2bc0, free space=510k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x1269507] VMError::report_and_die(int, char const*, char const*, char*, Thread*, unsigned char*, void*, void*, char const*, int, unsigned int)+0x137
V [libjvm.so+0x126a170] VMError::report_and_die(Thread*, char const*, int, char const*, char const*, char*)+0x30
V [libjvm.so+0x8030e0] report_vm_error(char const*, int, char const*, char const*, ...)+0x60
V [libjvm.so+0x10391e9] print_generic_summary_region(unsigned int, ParallelCompactData::RegionData const*)+0xc9
V [libjvm.so+0x10392ff] print_generic_summary_data(ParallelCompactData&, HeapWord*, HeapWord*)+0xef
V [libjvm.so+0x103ce2c] PSParallelCompact::summary_phase(ParCompactionManager*, bool)+0x9c
V [libjvm.so+0x103e702] PSParallelCompact::invoke_no_policy(bool) [clone .part.164]+0x442
V [libjvm.so+0x103f4b8] PSParallelCompact::invoke(bool)+0x138
V [libjvm.so+0x126b826] VM_ParallelGCSystemGC::doit()+0xd6
V [libjvm.so+0x129f107] VM_Operation::evaluate()+0x287
V [libjvm.so+0x1299a29] VMThread::evaluate_operation(VM_Operation*)+0x169
V [libjvm.so+0x129a3a0] VMThread::loop()+0x230
V [libjvm.so+0x129a940] VMThread::run()+0xc0
V [libjvm.so+0xf7d024] java_start(Thread*)+0x124
C [libpthread.so.0+0x6b39]
VM_Operation (0xa33fe8c0): ParallelGCSystemGC, mode: safepoint, requested by thread 0xa3463400
- relates to
-
JDK-8035742 Kitchensink crashed with assert(addr >= region_start()) failed: addr too small
- Closed