-
Bug
-
Resolution: Fixed
-
P3
-
11, 15, 16
-
b22
-
aarch64
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8256992 | 15u-cpu | Tobias Hartmann | P3 | Resolved | Fixed | master |
JDK-8256846 | 15.0.2 | Tobias Hartmann | P3 | Resolved | Fixed | b06 |
JDK-8263736 | 11.0.12-oracle | Dukebot | P3 | Resolved | Fixed | b01 |
JDK-8263563 | 11.0.12 | Tobias Hartmann | P3 | Resolved | Fixed | b01 |
Test compiler/profiling/spectrapredefineclass/Launcher.java failed with 'relocation addr must be in this section'
The full error message:
# Internal Error (.../open/src/hotspot/share/asm/codeBuffer.hpp:198)
# assert(allocates2(pc)) failed: relocation addr must be in this section
This seems to be unstable - out of 10 rerun attempts, only 1 have failed.
The full stack trace:
Stack: [0x0000fffbcfc00000,0x0000fffbcfe00000], sp=0x0000fffbcfdfac50, free space=2027k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x7ae498] CodeSection::relocate(unsigned char*, RelocationHolder const&, int) [clone .part.0]+0x1d0
V [libjvm.so+0x80faa0] CompiledStaticCall::emit_to_interp_stub(CodeBuffer&, unsigned char*)+0x90
V [libjvm.so+0x302b98] CallStaticJavaDirectNode::emit(CodeBuffer&, PhaseRegAlloc*) const+0x150
V [libjvm.so+0x1149260] PhaseOutput::fill_buffer(CodeBuffer*, unsigned int*)+0xad0
V [libjvm.so+0x7ed6ac] Compile::Code_Gen()+0x39c
V [libjvm.so+0x7f35b0] Compile::Compile(ciEnv*, ciMethod*, int, bool, bool, bool, DirectiveSet*)+0xff0
V [libjvm.so+0x642dec] C2Compiler::compile_method(ciEnv*, ciMethod*, int, DirectiveSet*)+0xfc
V [libjvm.so+0x8027a8] CompileBroker::invoke_compiler_on_method(CompileTask*)+0xcd0
V [libjvm.so+0x803b40] CompileBroker::compiler_thread_loop()+0x638
V [libjvm.so+0x13cf138] JavaThread::thread_main_inner()+0x1f8
V [libjvm.so+0x13d6b00] Thread::call_run()+0xf8
V [libjvm.so+0x1122d90] thread_native_entry(Thread*)+0x120
C [libpthread.so.0+0x7d40] start_thread+0xb4
The full error message:
# Internal Error (.../open/src/hotspot/share/asm/codeBuffer.hpp:198)
# assert(allocates2(pc)) failed: relocation addr must be in this section
This seems to be unstable - out of 10 rerun attempts, only 1 have failed.
The full stack trace:
Stack: [0x0000fffbcfc00000,0x0000fffbcfe00000], sp=0x0000fffbcfdfac50, free space=2027k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x7ae498] CodeSection::relocate(unsigned char*, RelocationHolder const&, int) [clone .part.0]+0x1d0
V [libjvm.so+0x80faa0] CompiledStaticCall::emit_to_interp_stub(CodeBuffer&, unsigned char*)+0x90
V [libjvm.so+0x302b98] CallStaticJavaDirectNode::emit(CodeBuffer&, PhaseRegAlloc*) const+0x150
V [libjvm.so+0x1149260] PhaseOutput::fill_buffer(CodeBuffer*, unsigned int*)+0xad0
V [libjvm.so+0x7ed6ac] Compile::Code_Gen()+0x39c
V [libjvm.so+0x7f35b0] Compile::Compile(ciEnv*, ciMethod*, int, bool, bool, bool, DirectiveSet*)+0xff0
V [libjvm.so+0x642dec] C2Compiler::compile_method(ciEnv*, ciMethod*, int, DirectiveSet*)+0xfc
V [libjvm.so+0x8027a8] CompileBroker::invoke_compiler_on_method(CompileTask*)+0xcd0
V [libjvm.so+0x803b40] CompileBroker::compiler_thread_loop()+0x638
V [libjvm.so+0x13cf138] JavaThread::thread_main_inner()+0x1f8
V [libjvm.so+0x13d6b00] Thread::call_run()+0xf8
V [libjvm.so+0x1122d90] thread_native_entry(Thread*)+0x120
C [libpthread.so.0+0x7d40] start_thread+0xb4
- backported by
-
JDK-8256846 AArch64: Insufficient error handling when CodeBuffer is exhausted
-
- Resolved
-
-
JDK-8256992 AArch64: Insufficient error handling when CodeBuffer is exhausted
-
- Resolved
-
-
JDK-8263563 AArch64: Insufficient error handling when CodeBuffer is exhausted
-
- Resolved
-
-
JDK-8263736 AArch64: Insufficient error handling when CodeBuffer is exhausted
-
- Resolved
-
- relates to
-
JDK-8298720 Insufficient error handling when CodeBuffer is exhausted
-
- Resolved
-
-
JDK-8325326 [PPC64] Don't relocate in case of allocation failure
-
- Resolved
-
(1 relates to, 2 links to)