JDK-7052215 : JSR 292: crash in java.lang.Byte.valueOf(B)Ljava/lang/Byte;
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs21
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2011-06-07
  • Updated: 2012-02-01
  • Resolved: 2011-06-16
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
#  SIGSEGV (0xb) at pc=0x4113432c, pid=13871, tid=2282646432
#
# JRE version: 7.0-b144
# Java VM: Java HotSpot(TM) Server VM (21.0-b14 compiled mode linux-x86 )
# Problematic frame:
# J  java.lang.Byte.valueOf(B)Ljava/lang/Byte;

Linux:

Stack: [0x88096000,0x880e7000],  sp=0x880e58f0,  free space=318k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
J  java.lang.Byte.valueOf(B)Ljava/lang/Byte;
J  java.lang.invoke.MethodHandles$1.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;

Solaris x86, Windows:

Stack: [0xd60d6000,0xd6126000],  sp=0xd61253d0,  free space=316k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
J  java.lang.Byte.valueOf(B)Ljava/lang/Byte;
j  java.lang.invoke.MethodHandleImpl$GuardWithCatch.invoke_V([Ljava/lang/Object;)Ljava/lang/Object;+5
J  java.lang.invoke.MethodHandles$1.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;

Comments
EVALUATION This was one of the failure modes seen with the rotate bug 7052219.
16-06-2011

EVALUATION Probably the same issue as 7052202.
08-06-2011