JDK-6695968 : CMS thread fails w/ 434F4E43555252454E542D41524B335745455027454E45524154494F4E0E4850500089
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 1.4.2_09
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2008-04-30
  • Updated: 2021-10-05
  • Resolved: 2008-05-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.2_09Resolved
Related Reports
Duplicate :  
Relates :  
Description
Customer experienced in rapid succession three incidents of
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  Internal Error (434F4E43555252454E542D41524B335745455027454E45524154494F4E0E4850500089 01), pid=26812, tid=21
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.4.2_09-b05 mixed mode)

 Please find attached two hs_err_pid.log files:
 hs_err_pid26812.log and hs_err_pid4502.log


1. Error Id
-----------
The Error Id translates into:

434F4E43555252454E542D41524B335745455027454E45524154494F4E0E4850500089 =
 Error ID is concurrentMarkSweepGeneration.hpp, 137


2. Source Code inspection
-------------------------
 The source code of concurrentMarkSweepGeneration.hpp, line 137 gives:

137     guarantee(!isFull(), "CMSMarkStack is full");

Comments
EVALUATION Duplicate of 4615723 (aka 6409002); 6409002 is marked fixed in 1.4.2_14. Customer should try 1.4.2_14 or later (1.4.2_17 is the latest available).
19-05-2008

WORK AROUND -XX:CMSMarkStackSize=64M made the problem permanently go away
30-04-2008