JDK-4433790 : HS1.4: NSK test nsk/regression/b4331143 crashes Server VM
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 1.4.0
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8,windows_nt
  • CPU: x86,sparc
  • Submitted: 2001-04-04
  • Updated: 2001-04-25
  • Resolved: 2001-04-25
Related Reports
Duplicate :  
Description

Name: elR10090			Date: 04/04/2001



The test

    nsk/regression/b4331143
    
crashes Server java HotSpot VM (build 1.4.0-beta-b58) on Solaris Sparc
(32 and 64-bit), Solaris Intel and Windows in -Xcomp mode.

The test tries to access an element of an uninitialized array using 
a negative index and crashes.

See log:

##Core file exists
##!checkExitCode
##
## HotSpot Virtual Machine Error, Internal Error
## Please report this error at
## http://java.sun.com/cgi-bin/bugreport.cgi
##
## Error happened during: deoptimize frame
##
## Error ID: 564652414D4521525241590E4350500059 01
##
## Problematic Thread: prio=5 tid=0x1001d6ab0 nid=0x4 runnable 
##

that means

    vframeArray.cpp, 89
    
The test passes in all other modes on Solaris Sparc, Solaris Intel, Windows
and on Linux in all modes.    
    
The test belongs to the testbase_nsk testbase located at:

    /net/sqesvr.eng/export/vsn/VM/testbase/testbase_nsk.v14
    
To reproduce the failure please use 'doit.sh' script found 
in the directory:

    /net/sqesvr.eng/export/vsn/GammaBase/Bugs/<this bug number>

Use:
    sh doit.sh $JAVA_HOME
    
======================================================================

Comments
EVALUATION Has to do with debug info on stack, I believe this has already been fixed in your workspace azeem.jiva@Eng 2001-04-11 Yes, it was fixed by putback 20010423-154513 in c2_baseline. john.rose@Eng 2001-04-25
11-04-2001