-
Bug
-
Resolution: Fixed
-
P2
-
8u60, 9, 10, 11, 12, 13
-
b09
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8227524 | 11.0.6-oracle | Nils Eliasson | P2 | Closed | Fixed | b01 |
JDK-8227145 | 11.0.5 | Nils Eliasson | P2 | Resolved | Fixed | b01 |
JDK-8230222 | openjdk8u232 | Nils Eliasson | P2 | Resolved | Fixed | b05 |
The hs_err head is:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/opt/jprt/T/P1/061532.amurillo/s/hotspot/src/share/vm/opto/reg_split.cpp:1176), pid=12680, tid=2742930288
# assert(!n->is_SpillCopy()) failed:
#
# JRE version: Java(TM) SE Runtime Environment (8.0_60) (build 1.8.0_60-internal-fastdebug-20150605061532.amurillo.hs25-60-b20-set--b00)
# Java VM: Java HotSpot(TM) Server VM (25.60-b20-fastdebug compiled mode linux-x86 )
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0xa39c5000): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=12690, stack(0xa375c000,0xa37dd000)]
Stack: [0xa375c000,0xa37dd000], sp=0xa37d9c80, free space=503k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0xe3ef5b] VMError::report_and_die()+0x17b
V [libjvm.so+0x609cd8] report_vm_error(char const*, int, char const*, char const*)+0x68
V [libjvm.so+0xcba99f] PhaseChaitin::Split(unsigned int, ResourceArea*)+0x4c3f
V [libjvm.so+0x49a6cd] PhaseChaitin::Register_Allocate()+0x7dd
V [libjvm.so+0x5871a7] Compile::Code_Gen()+0x2d7
V [libjvm.so+0x58a5fd] Compile::Compile(ciEnv*, C2Compiler*, ciMethod*, int, bool, bool, bool)+0x196d
V [libjvm.so+0x469f8b] C2Compiler::compile_method(ciEnv*, ciMethod*, int)+0x30b
V [libjvm.so+0x598d41] CompileBroker::invoke_compiler_on_method(CompileTask*)+0xbf1
V [libjvm.so+0x599d7f] CompileBroker::compiler_thread_loop()+0x74f
V [libjvm.so+0xdb274f] compiler_thread_entry(JavaThread*, Thread*)+0x4f
V [libjvm.so+0xdc3734] JavaThread::thread_main_inner()+0x234
V [libjvm.so+0xdc3b04] JavaThread::run()+0x314
V [libjvm.so+0xbf4789] java_start(Thread*)+0x119
C [libpthread.so.0+0x6a49]
C [libc.so.6+0xe2aee] clone+0x5e
Current CompileTask:
C2: 175651 11341 !b 4 jdk.management.resource.SimpleMeter::request (252 bytes)
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/opt/jprt/T/P1/061532.amurillo/s/hotspot/src/share/vm/opto/reg_split.cpp:1176), pid=12680, tid=2742930288
# assert(!n->is_SpillCopy()) failed:
#
# JRE version: Java(TM) SE Runtime Environment (8.0_60) (build 1.8.0_60-internal-fastdebug-20150605061532.amurillo.hs25-60-b20-set--b00)
# Java VM: Java HotSpot(TM) Server VM (25.60-b20-fastdebug compiled mode linux-x86 )
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0xa39c5000): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=12690, stack(0xa375c000,0xa37dd000)]
Stack: [0xa375c000,0xa37dd000], sp=0xa37d9c80, free space=503k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0xe3ef5b] VMError::report_and_die()+0x17b
V [libjvm.so+0x609cd8] report_vm_error(char const*, int, char const*, char const*)+0x68
V [libjvm.so+0xcba99f] PhaseChaitin::Split(unsigned int, ResourceArea*)+0x4c3f
V [libjvm.so+0x49a6cd] PhaseChaitin::Register_Allocate()+0x7dd
V [libjvm.so+0x5871a7] Compile::Code_Gen()+0x2d7
V [libjvm.so+0x58a5fd] Compile::Compile(ciEnv*, C2Compiler*, ciMethod*, int, bool, bool, bool)+0x196d
V [libjvm.so+0x469f8b] C2Compiler::compile_method(ciEnv*, ciMethod*, int)+0x30b
V [libjvm.so+0x598d41] CompileBroker::invoke_compiler_on_method(CompileTask*)+0xbf1
V [libjvm.so+0x599d7f] CompileBroker::compiler_thread_loop()+0x74f
V [libjvm.so+0xdb274f] compiler_thread_entry(JavaThread*, Thread*)+0x4f
V [libjvm.so+0xdc3734] JavaThread::thread_main_inner()+0x234
V [libjvm.so+0xdc3b04] JavaThread::run()+0x314
V [libjvm.so+0xbf4789] java_start(Thread*)+0x119
C [libpthread.so.0+0x6a49]
C [libc.so.6+0xe2aee] clone+0x5e
Current CompileTask:
C2: 175651 11341 !b 4 jdk.management.resource.SimpleMeter::request (252 bytes)
- backported by
-
JDK-8227145 C2: Disallow definition split on MachCopySpill nodes
- Resolved
-
JDK-8230222 C2: Disallow definition split on MachCopySpill nodes
- Resolved
-
JDK-8227524 C2: Disallow definition split on MachCopySpill nodes
- Closed
- duplicates
-
JDK-8204842 applications/ctw/modules/java_desktop_2.java fails intermittently with assert(!n->is_SpillCopy()) failed
- Closed
-
JDK-8212628 gc/arguments/TestSerialHeapSizeFlags.java failed with "Agent communication error: java.net.SocketException: Broken pipe (Write failed)"
- Closed