JDK-7032849 : 7022998 changes broke hs_err compile task print
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs21
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-03-31
  • Updated: 2011-04-24
  • Resolved: 2011-04-24
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.
JDK 7 Other
7Fixed hs21Fixed
Related Reports
Relates :  
Description
java -XX:-UseLoopSafepoints -Xcomp t
VM option '-UseLoopSafepoints'
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=/phaseX.cpp:786
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/tmp/jprt/P1/B/105932.ct232829/source/src/share/vm/opto/phaseX.cpp:786), pid=20962, tid=51
#  assert(false) failed: Parse::remove_useless_nodes missed this node
#
# JRE version: 7.0-b128
# Java VM: Java HotSpot(TM) Server VM (21.0-b05-internal-201103281059.ct232829.7022998-fastdebug compiled mode solaris-x86 )
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#

Current CompileTask:
C2:
[error occurred during error reporting (printing current compile task), id 0xe00
00000]

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/8010c8c623ac
01-04-2011

EVALUATION Initialize the time stamp on ostream used for dumping.
31-03-2011