-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b35
-
generic
-
generic
Test
nsk/jvmti/PopFrame/popframe003
fails on x86 with -server -Xcomp.
Here is a .tlog file.
#!/bin/sh
LD_LIBRARY_PATH=/net/vmsqe.sfbay/export/backup/testbase/testbase_vm.1.5/vm/bin/lib/linuxamd64/nsk/jvmti/PopFrame:/net/vmsqe.sfbay/export/backup/testbase/testbase_vm.1.5/vm/src/nsk/share/lib/linuxamd64:/net/vmsqe.sfbay/export/nightly/mantis/JDK/service_hs_baseline/jdk1.6/linux-amd64//jre/lib/amd64:/net/vmsqe.sfbay/export/nightly/mantis/JDK/service_hs_baseline/jdk1.6/linux-amd64//jre/lib/amd64/server
RAS_OPTIONS=
SHELL=/bin/sh
DISPLAY=[DISPLAY_FOR_AWT_AND_SWING_WINDOWS]
CLASSPATH=/home/jjh/nsk/_nsk.linux.amd64/jjh.Linux.i386/popframe003:/net/vmsqe.sfbay/export/backup/testbase/testbase_vm.1.5/vm/bin/classes:/net/vmsqe.sfbay/export/nightly/mantis/JDK/service_hs_baseline/jdk1.6/linux-amd64//lib/tools.jar
PATH=/net/vmsqe.sfbay/export/nightly/mantis/JDK/service_hs_baseline/jdk1.6/linux-amd64//bin:/bin:/usr/bin
HOME=/home/jjh
while [ $# -gt 0 ];
do
if [ $1 = "-jdk" ]; then
shift 1
PATH=${1}/bin:${PATH}
shift 1
else
if [ $1 = "-d" ]; then
shift 1
if [ $# -gt 0 ]; then
DISPLAY=$1
shift 1
else
DISPLAY=:0.0
fi
fi
fi
done
export LD_LIBRARY_PATH
export RAS_OPTIONS
export SHELL
export DISPLAY
export CLASSPATH
export PATH
export HOME
#annotate TEST javaopt=/net/vmsqe.sfbay/export/nightly/mantis/JDK/service_hs_baseline/jdk1.6/linux-amd64//bin/java -server -Xcomp -agentlib:popframe003
/usr/bin/perl /net/vmsqe.sfbay/export/backup/testbase/testbase_vm.1.5/vm/src/nsk/share/jvmti/run_jvmti.pl /net/vmsqe.sfbay/export/nightly/mantis/JDK/service_hs_baseline/jdk1.6/linux-amd64//bin/java -server -Xcomp -agentlib:popframe003 nsk.jvmti.PopFrame.popframe003
##Exit status of execution step=97
##!checkExitCode
#TEST FAILED: changes for the arguments of the popped frame's method, did not remain
# current argument values: i=1 l=-2401018183117963262 d=-0.0 c=''
#
This regression seems to have hit main/baseline 4/21/2005.
###@###.### 2005-04-22 22:11:28 GMT
- relates to
-
JDK-6256791 Regression: jtreg test test/com/sun/jdi/PopAsynchronousTest.java fails on x86
- Resolved