JDK-7052202 : JSR 292: Crash in sun.invoke.util.ValueConversions.fillArray
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs21,7
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-06-07
  • Updated: 2012-02-01
  • Resolved: 2011-06-18
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
Duplicate :  
Relates :  
Description
JVM crashed:

#  SIGSEGV (0xb) at pc=0xfc2b4b6d, pid=17479, tid=16
#
# JRE version: 7.0-b144
# Java VM: Java HotSpot(TM) Client VM (21.0-b14 compiled mode, sharing solaris-x86 )
# Problematic frame:
# J  sun.invoke.util.ValueConversions.fillArray([Ljava/lang/Object;Ljava/lang/Integer;Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;


Stack: [0xfb7a5000,0xfb7f5000],  sp=0xfb7f4600,  free space=317k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
J  sun.invoke.util.ValueConversions.fillArray([Ljava/lang/Object;Ljava/lang/Integer;Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;
v  ~RichochetBlob
v  ~RichochetBlob
J  java.lang.invoke.MethodHandles$1.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000003770ad3, pid=135472, tid=135184
#
# JRE version: 7.0-b144
# Java VM: Java HotSpot(TM) 64-Bit Server VM (21.0-b14 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# J  sun.invoke.util.ValueConversions.boxByte(B)Ljava/lang/Byte;

Stack: [0x0000000002880000,0x0000000002980000],  sp=0x000000000297ddf0,  free space=1015k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
J  sun.invoke.util.ValueConversions.boxByte(B)Ljava/lang/Byte;
j  java.lang.invoke.MethodHandles$1.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+35
j  $Proxy5.run([Ljava/lang/Object;)Ljava/lang/Object;+16
...
J  java.lang.invoke.MethodHandleImpl$GuardWithCatch.invoke_V([Ljava/lang/Object;)Ljava/lang/Object;

Comments
EVALUATION This is a problem with rotates that split double word arguments, corrupting the argument list leading to garbage oops. This leads to failures of various kinds. All the new failures are probably this same issue but I'll confirm.
08-06-2011