Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176997 | 7 | Erik Trimble | P3 | Closed | Fixed | b17 |
JDK-2172453 | 6u10 | Abhijit Saha | P3 | Closed | Fixed | b09 |
jdk7b15 crashes on some subset of linux-amd64 machines with following error:
#
# An unexpected error has been detected by Java Runtime Environment:
#
# Internal Error (relocInfo_amd64.cpp:67), pid=26408, tid=1076017472
# Error: ShouldNotReachHere()
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.7.0-ea-b15 mixed mode linux-amd64)
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x0000000040111000): JavaThread "Unknown thread" [_thread_in_vm, id=26409, stack(0x0000000040
12b000,0x000000004022c000)]
Stack: [0x000000004012b000,0x000000004022c000], sp=0x000000004022a6c0, free space=1021k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x5dfd83];; VMError::report_and_die()+0x243
V [libjvm.so+0x261ef2];; report_should_not_reach_here(char const*, int)+0x42
V [libjvm.so+0x530f83];; Relocation::pd_call_destination(unsigned char*)+0xb3
V [libjvm.so+0x52f290];; CallRelocation::fix_relocation_after_move(CodeBuffer const*, CodeBuffer*)+0x30
V [libjvm.so+0x2231fc];; CodeBuffer::relocate_code_to(CodeBuffer*) const+0xec
V [libjvm.so+0x2230e0];; CodeBuffer::copy_code_to(CodeBlob*)+0x50
V [libjvm.so+0x21feb6];; CodeBlob::CodeBlob(char const*, CodeBuffer*, int, int, int, int, OopMapSet*)+0xd6
V [libjvm.so+0x220c20];; RuntimeStub::new_runtime_stub(char const*, CodeBuffer*, int, int, OopMapSet*, bool)
+0xd0
V [libjvm.so+0x551319];; generate_resolve_blob(unsigned char*, char const*)+0x8a9
V [libjvm.so+0x54b997];; SharedRuntime::generate_stubs()+0x17
V [libjvm.so+0x2e36a3];; init_globals()+0x63
V [libjvm.so+0x5a7437];; Threads::create_vm(JavaVMInitArgs*, bool*)+0x217
V [libjvm.so+0x343c30];; JNI_CreateJavaVM+0x80
C [java+0x364a];; InitializeJVM+0x6a
C [java+0x20a7] JavaMain+0x67;; JavaMain+0x67
#
# An unexpected error has been detected by Java Runtime Environment:
#
# Internal Error (relocInfo_amd64.cpp:67), pid=26408, tid=1076017472
# Error: ShouldNotReachHere()
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.7.0-ea-b15 mixed mode linux-amd64)
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x0000000040111000): JavaThread "Unknown thread" [_thread_in_vm, id=26409, stack(0x0000000040
12b000,0x000000004022c000)]
Stack: [0x000000004012b000,0x000000004022c000], sp=0x000000004022a6c0, free space=1021k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x5dfd83];; VMError::report_and_die()+0x243
V [libjvm.so+0x261ef2];; report_should_not_reach_here(char const*, int)+0x42
V [libjvm.so+0x530f83];; Relocation::pd_call_destination(unsigned char*)+0xb3
V [libjvm.so+0x52f290];; CallRelocation::fix_relocation_after_move(CodeBuffer const*, CodeBuffer*)+0x30
V [libjvm.so+0x2231fc];; CodeBuffer::relocate_code_to(CodeBuffer*) const+0xec
V [libjvm.so+0x2230e0];; CodeBuffer::copy_code_to(CodeBlob*)+0x50
V [libjvm.so+0x21feb6];; CodeBlob::CodeBlob(char const*, CodeBuffer*, int, int, int, int, OopMapSet*)+0xd6
V [libjvm.so+0x220c20];; RuntimeStub::new_runtime_stub(char const*, CodeBuffer*, int, int, OopMapSet*, bool)
+0xd0
V [libjvm.so+0x551319];; generate_resolve_blob(unsigned char*, char const*)+0x8a9
V [libjvm.so+0x54b997];; SharedRuntime::generate_stubs()+0x17
V [libjvm.so+0x2e36a3];; init_globals()+0x63
V [libjvm.so+0x5a7437];; Threads::create_vm(JavaVMInitArgs*, bool*)+0x217
V [libjvm.so+0x343c30];; JNI_CreateJavaVM+0x80
C [java+0x364a];; InitializeJVM+0x6a
C [java+0x20a7] JavaMain+0x67;; JavaMain+0x67
- backported by
-
JDK-2172453 Internal Error (relocInfo_amd64.cpp:67)
-
- Closed
-
-
JDK-2176997 Internal Error (relocInfo_amd64.cpp:67)
-
- Closed
-
- duplicates
-
JDK-6586744 Java crashes on start with Error: ShouldNotReachHere()
-
- Closed
-
-
JDK-6580848 jvm crashes on specjvm2007.serial when -Xms3650m is set
-
- Closed
-