jdk/test/java/lang/instrument/appendToClassLoaderSearch/CircularityErrorTest.sh
changeset 33402 1156d495a525
parent 30376 2ccf2cf7ea48
equal deleted inserted replaced
33373:4a0312f2894b 33402:1156d495a525
    24 # @test
    24 # @test
    25 # @bug 6173575
    25 # @bug 6173575
    26 # @summary Unit tests for appendToBootstrapClassLoaderSearch and
    26 # @summary Unit tests for appendToBootstrapClassLoaderSearch and
    27 #   appendToSystemClasLoaderSearch methods.
    27 #   appendToSystemClasLoaderSearch methods.
    28 #
    28 #
    29 # @modules java.instrument
       
    30 # @run shell/timeout=240 CircularityErrorTest.sh
    29 # @run shell/timeout=240 CircularityErrorTest.sh
    31 
    30 
    32 if [ "${TESTSRC}" = "" ]
    31 if [ "${TESTSRC}" = "" ]
    33 then
    32 then
    34   echo "TESTSRC not set.  Test cannot execute.  Failed."
    33   echo "TESTSRC not set.  Test cannot execute.  Failed."