jdk/test/java/lang/instrument/ParallelTransformerLoader.sh
changeset 33402 1156d495a525
parent 30376 2ccf2cf7ea48
equal deleted inserted replaced
33373:4a0312f2894b 33402:1156d495a525
    24 # @test
    24 # @test
    25 # @bug 5088398
    25 # @bug 5088398
    26 # @summary Test parallel class loading by parallel transformers.
    26 # @summary Test parallel class loading by parallel transformers.
    27 # @author Daniel D. Daugherty as modified from the code of Daryl Puryear @ Wily
    27 # @author Daniel D. Daugherty as modified from the code of Daryl Puryear @ Wily
    28 #
    28 #
    29 # @modules java.instrument
       
    30 # @run shell MakeJAR3.sh ParallelTransformerLoaderAgent
    29 # @run shell MakeJAR3.sh ParallelTransformerLoaderAgent
    31 # @run build ParallelTransformerLoaderApp
    30 # @run build ParallelTransformerLoaderApp
    32 # @run shell/timeout=240 ParallelTransformerLoader.sh
    31 # @run shell/timeout=240 ParallelTransformerLoader.sh
    33 #
    32 #
    34 
    33