JDK-6691935 : nsk/stress/except/except tests crash in ~RuntimeStub::new_object_array
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 5.0u3
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: x86
  • Submitted: 2008-04-22
  • Updated: 2010-04-03
  • Resolved: 2008-04-23
Related Reports
Duplicate :  
Description
Problem Description    : nsk/stress/except/except tests crash in  ~RuntimeStub::new_object_array with client compiler

Java Release            : 5u3 ... 5u16
VM flavors              : client
VM Modes                : -Xcomp
Java flags              :
Platform(s)             : solaris-i586, linux-i586

Suite Name              : nsk.stress
Test cases              : 
 nsk/stress/except/except001
 nsk/stress/except/except002
 nsk/stress/except/except003
 nsk/stress/except/except004
 nsk/stress/except/except005
 nsk/stress/except/except006
 nsk/stress/except/except007
 nsk/stress/except/except008
 nsk/stress/except/except009
 nsk/stress/except/except010
 nsk/stress/except/except011
 nsk/stress/except/except012 


 The crash is seems only client compiler specific because it is only reproduced with "-Xcomp -client".

The problem is reproduced at least starting from jdk5u3 till jdk5u16 (didn't try with others).
I was not able to reproduce the failure with 6u1 and latest jdk6 updates.