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
    
======================================================================