-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
5.0
-
x86
-
windows_xp
Name: vsR10238 Date: 10/06/2003
Filed By : J2SE-SQA [###@###.###
JDK : Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b19)
Java HotSpot(TM) Client VM (build 20030925111405.kbr.share_baseline, mixed mode)
Testbase : Regression-test
Platform[s] : all
switch/Mode : -client
Falling test[s]:
java/awt/Clipboard/ImageTransferTest/ImageTransferTest.html
Regression test java/awt/Clipboard/ImageTransferTest/ImageTransferTest.html fails due to timeout on
JDK1.5.0-b19 (build 20030925111405.kbr.share_baseline) with class sharing enabled.
The test fails on some computers of all 4 platforms we use for testing
(Linux, Windows, Solaris Sparc, Solaris x86) but passes on some Linux and Windows computers.
The test failed on the following computers:
Windows XP Pro (linux-16)
Solaris 9 Sparc (Gnome) (novo48)
Solaris 10 x86 (Gnome) (linux-18)
Suse 8.1 Linux (Gnome) (linux-12)
The test passes on original JDK1.5.0-b19 installations (also passes with JDK1.5.0-b22).
There is another problem with the test: the test fails on Suse 8.1 Linux in the server mode with
# Error: assert(thread != __null,"just checking")
This is probably the problem described in 4927157.
Test source location:
=====================
/java/re/jdk/1.5.0/promoted/all/b19/ws/j2se/test/java/awt/Clipboard/ImageTransferTest/ImageTransferTest.html
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b19s_on/regtest/win32/winXP_linux-16/workDir/test/java/awt/Clipboard/ImageTransferTest/ImageTransferTest.jtr
How to reproduce:
=================
1) Install JDK1.5.0-b19
2) Replace jvm.*, jvm_g.* from the build with class sharing
(from windows_i486_compiler1/bin to jre/bin/client; from windows_i486_compiler2/bin to /jre/bin/server)
Below is an except from the instructions we use for testing:
"- The root directory containing the built JVMs is
/net/animorphic.sfbay/export/kbr/tmp/sharing_test_builds/"
3) Generate the shared archive for the installation. Below is an excerpt from the instructions we use for testing:
"- The class lists for testing purposes are contained in
/net/animorphic.sfbay/export/kbr/tmp/sharing_test_classlists.
- Copy one of classlist.solaris, classlist.linux, or
classlist.windows to a file named "classlist". Change to the
directory containing this file and run the command "java
-Xdump" or "java -server -Xdump" or both. This will cause a
file called classes.jsa or classes_g.jsa to be created in the
same directory where libjvm.so / jvm.dll resides. If it becomes
necessary to regenerate the shared archive, first rm -f the
classes.jsa or classes_g.jsa file before attempting to
regenerate it."
4) Run the following script (you may need to change its variables)
--- script start ---
#!/bin/sh
RESULT_DIR=`pwd`
WORK_DIR=$RESULT_DIR/workDir/test
REPORT_DIR=$RESULT_DIR/reportDir
#KOORI_ONESTOP is your path to koori.sfbay/onestop (/net/koori/onestop, /java/re)
KOORI_ONESTOP="z:"
#JPSE04 is your path to /net/jdk/export/jpse04
JPSE04="x:"
#JT_HOME="h:/java/jct"
JT_HOME="$KOORI_ONESTOP/jct-tools/3.1.2/archive/fcs/binaries"
#JEMMY_JAR="$JT_HOME/jemmy/jemmy.jar"
JEMMY_JAR="$JPSE04/Jemmy/jemmy.jar"
JAVA_HOME="c:/j2sdk1.5.0"
#TEST_BASE_PATH="h:/java/regtest.tiger/test"
TEST_BASE_PATH="$KOORI_ONESTOP/jdk/1.5.0/promoted/all/b19/ws/j2se/test"
TESTVMOPTS="-client"
CLASSPATH="$JT_HOME/classes;$JT_HOME/lib/javatest.jar;$JT_HOME/lib/jtreg.jar"
TEST="java/awt/Clipboard/ImageTransferTest/ImageTransferTest.html"
mkdir -p $WORK_DIR/scratch 2>&1
mkdir -p $WORK_DIR/jtData 2>&1
mkdir -p $REPORT_DIR 2>&1
#rm $WORK_DIR/jtData/ResultCache.jtw 2>&1
cd $WORK_DIR/scratch
$JAVA_HOME/bin/java -server -cp $CLASSPATH -DenvVars=TESTJAVAHOME=$JAVA_HOME,TESTVMOPTS=$TESTVMOPTS,DISPLAY=:0,windir=$windir,SystemRoot=$SystemRoot,PATH=${SHELL%/*},CPAPPEND=$JEMMY_JAR,TZ=,LC_ALL=en_US,LC_CTYPE=en_US,LANG=en_US,LPDEST= -DDISPLAY=:0 -DlocalHost="linux-16" -Dprogram=jtreg com.sun.javatest.regtest.Main -a -v default -batch -params -w "$WORK_DIR" -r "$REPORT_DIR" -t "$TEST_BASE_PATH" "$TEST_BASE_PATH/$TEST"
--- script end ---
Test output (jtr part):
=======================
----------System.out:(0/0)----------
----------System.err:(3/94)----------
PRODUCER: lost clipboard ownership
received message: BA
testing native image format PNG...
result: Failed. Execution failed: Program `c:/j2sdk1.5.0 in\java' interrupted! (timed out?)
test result: Failed. Execution failed: Program `c:/j2sdk1.5.0 in\java' interrupted! (timed out?)
Specific machine info:
======================
Hostname: linux-16
OS: Windows XP Pro
======================================================================
- duplicates
-
JDK-4932897 Share W/S: NPE in sun.java2d.loops.GraphicsPrimitiveProxy.instantiate
- Closed
- relates to
-
JDK-4933347 Class data sharing code loses package information
- Closed