JDK-6987763 : assert(kind() == EmptyExceptionState) failed: only EmptyExceptionStates can be modified
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs20
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2010-09-27
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
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 6 JDK 7 Other
6u25Fixed 7Fixed hs20Fixed
Related Reports
Relates :  
Description
Many nightly JVMTI tests in Comp_Baseline are failing with:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (c:\temp\jprt\p1\b\192937.rw140007\source\src\share\vm\c1\c1_ValueStack.hpp:71), pid=88204, tid=89040
#  assert(kind() == EmptyExceptionState) failed: only EmptyExceptionStates can be modified
#
# JRE version: 7.0
# Java VM: OpenJDK Client VM (20.0-b01-201009241929.rw140007.boundchecks-nofnca-fastdebug compiled mode windows-x86 )

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/1375bc8922e4
09-10-2010

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/1375bc8922e4
28-09-2010

EVALUATION The assert should be weakened.
27-09-2010