JDK-6930043 : C2: SIGSEGV in javasoft.sqe.tests.lang.arr017.arr01702.arr01702.loop_forw(II)I
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs17,7
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,solaris
  • CPU: generic,x86
  • Submitted: 2010-02-25
  • Updated: 2012-03-22
  • Resolved: 2010-03-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 6 JDK 7 Other
6u21Fixed 7Fixed hs17Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
#
#  SIGSEGV (0xb) at pc=0xfffffd7ffac758ff, pid=6476, tid=30
#
# JRE version: 7.0-b83
# Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0-b09 mixed mode solaris-amd64 compressed oops)
# Problematic frame:
# J  javasoft.sqe.tests.lang.arr017.arr01702.arr01702.loop_forw(II)I

It crashes both with & w/o compressed oops.
It started to crash in b83. b84 is also affected. 
The crash occurs in nightly testing too.

Affected test:
	nsk/stress/jck122/jck122001

How to reproduce:
	1) ssh vmsqe-p4-13.russia
	2) cd /net/vmsqe.russia/export/execution/results/JDK7/PROMOTION/VM/b83/SerialGC/vm/solaris-amd64/server/mixed/solaris-amd64_server_mixed_nsk.stress.testlist/ResultDir/jck122001
	3) bash rerun.sh
On windows-x64 it fails with the following error:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000000c5bf10, pid=126900, tid=75468
#
# JRE version: 7.0-b83
# Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# J  javasoft.sqe.tests.lang.arr017.arr01702.arr01702.loop_back(II)I
#

hs_err is attached.

How to reproduce:
	1) ssh vmsqe-p4-04.russia (win-x64)
	2) cd /net/vmsqe.russia/export/execution/results/JDK7/PROMOTION/VM/b83/SerialGC/vm/windows-amd64/server/mixed/windows-amd64_server_mixed_nsk.stress.testlist/ResultDir/jck122001
	2) bash rerun.sh
Affected test:
	nsk/stress/jck12a/jck12a001

Comments
EVALUATION http://hg.openjdk.java.net/hsx/hsx17/master/rev/f3fb145b87ba,ChangeRequest=6930043
26-03-2010

EVALUATION ChangeSet=http://hg.openjdk.java.net/hsx/hsx17/baseline/rev/f3fb145b87ba,ChangeRequest=6930043
18-03-2010

EVALUATION ChangeSet=http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/c047da02984c,ChangeRequest=6930043
18-03-2010

EVALUATION The new loop predicate code is missing a check that the init_trip value is actually within range.
26-02-2010