jdk/test/java/lang/instrument/appendToClassLoaderSearch/run_tests.sh
changeset 33402 1156d495a525
parent 30376 2ccf2cf7ea48
equal deleted inserted replaced
33373:4a0312f2894b 33402:1156d495a525
    27 # @test
    27 # @test
    28 # @bug 6173575 6388987
    28 # @bug 6173575 6388987
    29 # @summary Unit tests for appendToBootstrapClassLoaderSearch and
    29 # @summary Unit tests for appendToBootstrapClassLoaderSearch and
    30 #   appendToSystemClasLoaderSearch methods.
    30 #   appendToSystemClasLoaderSearch methods.
    31 #
    31 #
    32 # @modules java.instrument
       
    33 # @build Agent AgentSupport BootSupport BasicTest PrematureLoadTest DynamicTest
    32 # @build Agent AgentSupport BootSupport BasicTest PrematureLoadTest DynamicTest
    34 # @run shell/timeout=240 run_tests.sh
    33 # @run shell/timeout=240 run_tests.sh
    35 
    34 
    36 if [ "${TESTSRC}" = "" ]
    35 if [ "${TESTSRC}" = "" ]
    37 then
    36 then