The test failed crashing the VM during HS23b05 JDK8 b13 PIT. Reproducible on solaris-sparcv9 only and only with '-server' and '-Xcomp' or '-Xmixed'. This is a C2 issue.
To reproduce,
1. ssh -luadmin to vm-t5440-01a
2. /net/sqenfs-1/export1/comp/vm/jdk/hsx/pit/8/fastdebug/solaris-sparcv9/bin/java -Xcomp -server -d64 -server -Xverify:all -XX:+CompileTheWorld -XX:CompileTheWorldStartAt=1492 -XX:CompileTheWorldStopAt=1493 -XX:LogFile=hotspot_1492.log -XX:MaxPermSize=384M -Xmx512M -Xbootclasspath/p:/net/sqenfs-1.us.oracle.com/export1/comp/vm/testbase/ctw/full/jarfiles/GUI3rdParty.jar
I was not able reproduce the problem with specified instructions:
vm-t5440-01a% su - uadmin
Password:
Sun Microsystems Inc. SunOS 5.10 Generic January 2005
# /net/sqenfs-1/export1/comp/vm/jdk/hsx/pit/8/fastdebug/solaris-sparcv9/bin/java -Xcomp -server -d64 -server -Xverify:all -XX:+CompileTheWorld -XX:CompileTheWorldStartAt=1492 -XX:CompileTheWorldStopAt=1493 -XX:LogFile=hotspot_1492.log2 -XX:MaxPermSize=384M -Xmx512M -Xbootclasspath/p:/net/sqenfs-1.us.oracle.com/export1/comp/vm/testbase/ctw/full/jarfiles/GUI3rdParty.jar
VM option '+CompileTheWorld'
VM option 'CompileTheWorldStartAt=1492'
VM option 'CompileTheWorldStopAt=1493'
VM option 'LogFile=hotspot_1492.log2'
VM option 'MaxPermSize=384M'
CompileTheWorld : Compiling all classes in /net/sqenfs-1.us.oracle.com/export1/comp/vm/testbase/ctw/full/jarfiles/GUI3rdParty.jar
...
GetIcon
name: images/low.gif
klass: class javax.help.plaf.basic.BasicSearchCellRenderer
URL is jar:file:/net/sqenfs-1.us.oracle.com/export1/comp/vm/testbase/ctw/full/jarfiles/GUI3rdParty.jar!/javax/help/plaf/basic/images/low.gif
ImageIcon is null
CompileTheWorld (1492) : ob/mask/DateField
CompileTheWorld (1493) : ob/mask/DateRow
CompileTheWorld : Compiling all classes in /net/sqenfs-1/export1/jdk/vm/hsx/pit/8/fastdebug/solaris-sparcv9/jre/lib/resources.jar
CompileTheWorld : Done
|