francis.hsu@Eng 2000-05-22:
Since runThese location/testlist changed, I update the command line to reproduce the bug. Here is command line point to new test location.
$ java_g -server -Xcomp -XX:+DeoptimizeALot -XX:+ZapDeadCompiledLocals -cp /net/sqesvr/vsn/users/moe/runThese/classes runThese -thread 10 -repeat 1 -D:TESTBASE=/net/sqesvr/vsn/VM/testbase/runThese/tests -D:gc=1 -runList /net/sqesvr/vsn/VM/testbase/runThese/tests/jck/jck-13/lang/runList.dat
================================================================================
This failure is running with latest debug/jvmg build of Sparc/compiler2
binary. It is also reproduceable when running with productionJDK build04
debug build.(java_g)
Run this command to reproduce the bug.
$ java_g -server -Xcomp -XX:+DeoptimizeALot -XX:+ZapDeadCompiledLocals -cp /net/sqesvr/vsn/users/moe/runThese runThese -thread 10 -repeat 1 -D:JAVATEST=/net/sqesvr/vsn/users/moe/runThese/Tests/jck/jck-13/classes -D:JCKPATH=/net/tapas/export1/testexec/JCK-13 -D:gc=1 -runList /net/sqesvr/vsn/users/moe/runThese/Tests/jck/jck-13/testlist/lang.dat -result lang.dat-result.txt
VM option '+DeoptimizeALot'
VM option '+ZapDeadCompiledLocals'
#
# HotSpot Virtual Machine Error, assertion failure
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# assert(_younger_window != 0, "Younger window should be available")
#
# Error happened during: mark sweep
#
# Error ID: /export/sail1/jdk1.3_b04/hotsparc-1.3-b04/build/solaris/../../src/cpu/sparc/vm/frame_sparc.cpp, 37 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x12c668 nid=0x4 runnable
#
chuck.rasbold@eng 2000-05-23
Bug was fixed with putback for 4259961 and 4325983.
Since runThese location/testlist changed, I update the command line to reproduce the bug. Here is command line point to new test location.
$ java_g -server -Xcomp -XX:+DeoptimizeALot -XX:+ZapDeadCompiledLocals -cp /net/sqesvr/vsn/users/moe/runThese/classes runThese -thread 10 -repeat 1 -D:TESTBASE=/net/sqesvr/vsn/VM/testbase/runThese/tests -D:gc=1 -runList /net/sqesvr/vsn/VM/testbase/runThese/tests/jck/jck-13/lang/runList.dat
================================================================================
This failure is running with latest debug/jvmg build of Sparc/compiler2
binary. It is also reproduceable when running with productionJDK build04
debug build.(java_g)
Run this command to reproduce the bug.
$ java_g -server -Xcomp -XX:+DeoptimizeALot -XX:+ZapDeadCompiledLocals -cp /net/sqesvr/vsn/users/moe/runThese runThese -thread 10 -repeat 1 -D:JAVATEST=/net/sqesvr/vsn/users/moe/runThese/Tests/jck/jck-13/classes -D:JCKPATH=/net/tapas/export1/testexec/JCK-13 -D:gc=1 -runList /net/sqesvr/vsn/users/moe/runThese/Tests/jck/jck-13/testlist/lang.dat -result lang.dat-result.txt
VM option '+DeoptimizeALot'
VM option '+ZapDeadCompiledLocals'
#
# HotSpot Virtual Machine Error, assertion failure
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# assert(_younger_window != 0, "Younger window should be available")
#
# Error happened during: mark sweep
#
# Error ID: /export/sail1/jdk1.3_b04/hotsparc-1.3-b04/build/solaris/../../src/cpu/sparc/vm/frame_sparc.cpp, 37 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x12c668 nid=0x4 runnable
#
chuck.rasbold@eng 2000-05-23
Bug was fixed with putback for 4259961 and 4325983.
- duplicates
-
JDK-4325983 JWS fails with base_loc=NULL in OopMapSet::all_do.
-
- Resolved
-
- relates to
-
JDK-4259961 java_g error:assert(_younger_window!=0,"Younger window should be available")
-
- Closed
-