-
Bug
-
Resolution: Fixed
-
P2
-
1.4.2_12, 1.4.2_13
-
b08
-
x86
-
windows_2003
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2201211 | 5.0u17 | Kevin Walls | P4 | Resolved | Fixed | b01 |
JDK-2201210 | 5.0u16-rev | Kevin Walls | P4 | Resolved | Fixed | b03 |
JDK-2151377 | 5.0u15-rev | Kevin Walls | P4 | Resolved | Fixed | b11 |
JDK-2201213 | 1.4.2_18 | Kevin Walls | P2 | Resolved | Fixed | b01 |
JDK-2201212 | 1.4.2_17-rev | Kevin Walls | P2 | Resolved | Fixed | b10 |
1. error log
------------
Please find several hs_err_pid.log files attached:
% #
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_STACK_OVERFLOW (0xc00000fd) at pc=0x00000000080e2896, pid=6660, tid=1976
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.4.2_12-b03 mixed mode)
# Problematic frame:
# V [jvm.dll+0xe2896]
#
--------------- T H R E A D ---------------
Current thread (0x0000000001276b70): JavaThread "CompilerThread1" daemon [_thread_in_native, id=1976]
[ ... ]
Stack: [0x00000000064c0000,0x0000000006500000), sp=0x00000000064c1000, free space=4k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0xe2896]
Current CompileTask:
opto:867 ! com.sap.engine.core.cluster.impl6.ms.MSRawConnection.sendMessage(Lcom/sap/engine/core/cluster/impl6/ms/MSMessageObjectImpl;Lcom/sap/engine/core/cl
uster/impl6/ms/MSRegistrable;[BIIZ)Lcom/sap/engine/frame/cluster/message/MessageAnswer; (1477 bytes)
[ ... ]
2. failing function
-------------------
[jvm.dll+0xe2896] translates back into jvm!PhaseCFG::set_pinned+0x76.
3. stacksize was only 256kB
---------------------------
Hs_err_pid_log files show, that stack size was only 256kB.
Stack: [0x0000000006600000,0x0000000006640000), sp=0x0000000006601000, free space=4k
- backported by
-
JDK-2201212 1.4.2_12 server VM fails with EXCEPTION_STACK_OVERFLOW on Windows in PhaseCFG::set_pinned
-
- Resolved
-
-
JDK-2201213 1.4.2_12 server VM fails with EXCEPTION_STACK_OVERFLOW on Windows in PhaseCFG::set_pinned
-
- Resolved
-
-
JDK-2151377 1.4.2_12 server VM fails with EXCEPTION_STACK_OVERFLOW on Windows in PhaseCFG::set_pinned
-
- Resolved
-
-
JDK-2201210 1.4.2_12 server VM fails with EXCEPTION_STACK_OVERFLOW on Windows in PhaseCFG::set_pinned
-
- Resolved
-
-
JDK-2201211 1.4.2_12 server VM fails with EXCEPTION_STACK_OVERFLOW on Windows in PhaseCFG::set_pinned
-
- Resolved
-
- relates to
-
JDK-6372116 OSR compilation attempted for huge methods
-
- Resolved
-
-
JDK-4864683 default CompilerThreadStackSize computation too small in 64bit sparc VM
-
- Resolved
-
-
JDK-6736207 JVM crash with STACK_OVERFLOW exception
-
- Closed
-
-
JDK-6583347 compute_exception_return_address() can fail during stack overflow.
-
- Closed
-
-
JDK-6778571 Adjust CompilerThreadStackSize being recognised for backwards compatibility.
-
- Closed
-