hotspot/test/compiler/compilercontrol/mixed/RandomCommandsTest.java
changeset 39438 206a712f8f16
parent 38152 80e5da81fb2c
child 40059 c2304140ed64
equal deleted inserted replaced
39437:0d59db48adfc 39438:206a712f8f16
    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 /compiler/testlibrary ../share /
    29  * @library /testlibrary /test/lib ../share /
    30  * @build compiler.compilercontrol.mixed.RandomCommandsTest
    30  * @build compiler.compilercontrol.mixed.RandomCommandsTest
    31  *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
    31  *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
    32  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
    32  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
    33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    34  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    34  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    35  * @run driver/timeout=600 compiler.compilercontrol.mixed.RandomCommandsTest
    35  * @run driver/timeout=600 compiler.compilercontrol.mixed.RandomCommandsTest
    36  */
    36  */
    37 
    37 
    38 package compiler.compilercontrol.mixed;
    38 package compiler.compilercontrol.mixed;
    39 
    39