7056815: test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh times out intermittently on busy machine (original) (raw)
Alan Bateman Alan.Bateman at oracle.com
Mon Jun 20 10:21:35 UTC 2011
- Previous message: hg: jdk8/tl/jdk: 7054428: test/java/security/SecureClassLoader/DefineClassByteBuffer.java error
- Next message: 7056815: test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh times out intermittently on busy machine
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I need a reviewer for a small update to a test that has timed out several times for me when running many tests concurrently. The problem is the specified timeout (10s) is too low unless scaled with the -timeoutFactor option. I don't see any any reason for this test to override the default timeout so the following patch removes it.
-Alan
diff --git a/test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh b/test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh --- a/test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh +++ b/test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh @@ -25,7 +25,7 @@
@summary (cl) ClassLoader.loadClass locks all instances in chain
when delegating
-# @run shell/timeout=10 TestOneWayDelegate.sh +# @run shell TestOneWayDelegate.sh
if running by hand on windows, change TESTSRC and TESTCLASSES to "."
if [ "${TESTSRC}" = "" ] ; then
- Previous message: hg: jdk8/tl/jdk: 7054428: test/java/security/SecureClassLoader/DefineClassByteBuffer.java error
- Next message: 7056815: test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh times out intermittently on busy machine
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]