The test is
<SDK>/test/com/sun/jdi/AllLineLocations.java
It fails on b15 and b16 with -server -Xcomp.
It passes on b15 and b16 with -server -Xint.
It also passes on b14 with -server -Xcomp.
=======================================================
###@###.### 2003-09-04
Jim prepared the tar file with test. The next file explains how to run script
/net/jano.sfbay/export/disk20/serviceability/pkgs/JDIRegressionTests/README.txt
Do the next:
% mkdir myTest
% cd myTest
% tar xf /net/jano.sfbay/export/disk20/serviceability/pkgs/JDIRegressionTests/JDIRegressionTests.tar
Then on Windows go to the directory
V:\{your dir}> cd myTest\ws\test\com\sun\jdi
and run the script
V:\{your dir}\myTest\ws\test\com\sun\jdi> ..\..\..\..\..\run.sh AllLineLocations.java -no RefTypes -djava_g -d "-showversion -server -Xcomp" -jdk V:\{jdk path}\1.5.0\promoted\beta\b18\binaries\windows-i586
You should see the next assert:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# Internal Error (C:/BUILD_AREA/jdk1.5.0/hotspot\src\share\vm\prims\jvmtiThreadState.cpp, 190), pid=1356, tid=1980
#
# Java VM: Java HotSpot(TM) Server VM (1.5.0-beta-b18-debug compiled mode)
#
# Error: assert(_cur_stack_depth == count_frames(),"cur_stack_depth out of sync")
<SDK>/test/com/sun/jdi/AllLineLocations.java
It fails on b15 and b16 with -server -Xcomp.
It passes on b15 and b16 with -server -Xint.
It also passes on b14 with -server -Xcomp.
=======================================================
###@###.### 2003-09-04
Jim prepared the tar file with test. The next file explains how to run script
/net/jano.sfbay/export/disk20/serviceability/pkgs/JDIRegressionTests/README.txt
Do the next:
% mkdir myTest
% cd myTest
% tar xf /net/jano.sfbay/export/disk20/serviceability/pkgs/JDIRegressionTests/JDIRegressionTests.tar
Then on Windows go to the directory
V:\{your dir}> cd myTest\ws\test\com\sun\jdi
and run the script
V:\{your dir}\myTest\ws\test\com\sun\jdi> ..\..\..\..\..\run.sh AllLineLocations.java -no RefTypes -djava_g -d "-showversion -server -Xcomp" -jdk V:\{jdk path}\1.5.0\promoted\beta\b18\binaries\windows-i586
You should see the next assert:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# Internal Error (C:/BUILD_AREA/jdk1.5.0/hotspot\src\share\vm\prims\jvmtiThreadState.cpp, 190), pid=1356, tid=1980
#
# Java VM: Java HotSpot(TM) Server VM (1.5.0-beta-b18-debug compiled mode)
#
# Error: assert(_cur_stack_depth == count_frames(),"cur_stack_depth out of sync")
- relates to
-
JDK-4900762 JDI Regression test PopAsynchronousTest fails
-
- Closed
-
-
JDK-4915625 TTY: second 'step' command runs incorrectly in "-server -Xcomp" mode on Intel
-
- Closed
-