hotspot/test/compiler/compilercontrol/mixed/RandomCommandsTest.java
changeset 40059 c2304140ed64
parent 39438 206a712f8f16
child 40631 ed82623d7831
equal deleted inserted replaced
40058:b4441f6cfe79 40059:c2304140ed64
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8137167
    26  * @bug 8137167
    27  * @summary Randomly generates commands with random types
    27  * @summary Randomly generates commands with random types
    28  * @modules java.base/jdk.internal.misc
    28  * @modules java.base/jdk.internal.misc
    29  * @library /testlibrary /test/lib ../share /
    29  * @library /testlibrary /test/lib /
       
    30  *
    30  * @build compiler.compilercontrol.mixed.RandomCommandsTest
    31  * @build compiler.compilercontrol.mixed.RandomCommandsTest
    31  *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
    32  *        compiler.compilercontrol.share.pool.sub.*
    32  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
    33  *        compiler.compilercontrol.share.pool.subpack.*
       
    34  *        sun.hotspot.WhiteBox
       
    35  *        compiler.testlibrary.CompilerUtils
       
    36  *        compiler.compilercontrol.share.actions.*
    33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    37  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    34  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    38  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    35  * @run driver/timeout=600 compiler.compilercontrol.mixed.RandomCommandsTest
    39  * @run driver/timeout=600 compiler.compilercontrol.mixed.RandomCommandsTest
    36  */
    40  */
    37 
    41