JDK-6980500 : VM crash in MethodHandles tests
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs19
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2010-08-27
  • Updated: 2012-02-01
  • Resolved: 2010-12-21
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
7Resolved
Related Reports
Duplicate :  
Description
The following crashes were observed in VM method handles code during JDK7 b106 promotion testing. Please see comments for details.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xfc0ae0dc, pid=19667, tid=14
#
# JRE version: 7.0
# Java VM: Java HotSpot(TM) Client VM (19.0-b05 compiled mode solaris-x86 )
# Problematic frame:
# J  sun.dyn.FromGeneric$A1.invoke_I1(Ljava/lang/Object;)Ljava/lang/Object;
#

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xfffffd7ffa07f8de, pid=22849, tid=15
#
# JRE version: 7.0
# Java VM: Java HotSpot(TM) 64-Bit Server VM (19.0-b05 mixed mode solaris-amd64 )
# Problematic frame:
# J  java.dyn.MethodType.makeImpl(Ljava/lang/Class;[Ljava/lang/Class;Z)Ljava/dyn/MethodType;

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00002aaaab7cf670, pid=18229, tid=1094523200
#
# JRE version: 7.0
# Java VM: Java HotSpot(TM) 64-Bit Server VM (19.0-b05 compiled mode linux-amd64 )
# Problematic frame:
# J  java.util.HashMap.get(Ljava/lang/Object;)Ljava/lang/Object;
#

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xfffffd7ffac14feb, pid=1973, tid=17
#
# JRE version: 7.0
# Java VM: Java HotSpot(TM) 64-Bit Server VM (19.0-b05 compiled mode solaris-amd64 )
# Problematic frame:
# j  java.util.ArrayList.add(Ljava/lang/Object;)Z+26
#

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000012ec776, pid=207048, tid=327876
#
# JRE version: 7.0
# Java VM: Java HotSpot(TM) 64-Bit Server VM (19.0-b05 mixed mode windows-amd64 )
# Problematic frame:
# j  org.junit.runners.BlockJUnit4ClassRunner.runChild(Lorg/junit/runners/model/FrameworkMethod;Lorg/junit/runner/notification/RunNotifier;)V+35
#
One more related crash message:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGBUS (0x7) at pc=0x00002aaaab7cf670, pid=23436, tid=1104107840
#
# JRE version: 7.0
# Java VM: Java HotSpot(TM) 64-Bit Server VM (19.0-b06 compiled mode linux-amd64 )
# Problematic frame:
# J  java.util.HashMap.get(Ljava/lang/Object;)Ljava/lang/Object;

Comments
EVALUATION These crashes are also very likely to be duplicates of 7007377. Please reopen if the crashes occur again.
21-12-2010