hotspot/test/compiler/compilercontrol/mixed/RandomCommandsTest.java
changeset 36796 c751f445f5d4
parent 35753 ee7921f045d2
child 38152 80e5da81fb2c
equal deleted inserted replaced
36612:2191de2a73f1 36796:c751f445f5d4
    27  * @summary Randomly generates commands with random types
    27  * @summary Randomly generates commands with random types
    28  * @library /testlibrary /test/lib /compiler/testlibrary ../share /
    28  * @library /testlibrary /test/lib /compiler/testlibrary ../share /
    29  * @build compiler.compilercontrol.mixed.RandomCommandsTest
    29  * @build compiler.compilercontrol.mixed.RandomCommandsTest
    30  *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
    30  *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
    31  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
    31  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    34  * @run main/othervm/timeout=600 compiler.compilercontrol.mixed.RandomCommandsTest
    34  * @run driver/timeout=600 compiler.compilercontrol.mixed.RandomCommandsTest
    35  */
    35  */
    36 
    36 
    37 package compiler.compilercontrol.mixed;
    37 package compiler.compilercontrol.mixed;
    38 
    38 
    39 import compiler.compilercontrol.share.MultiCommand;
    39 import compiler.compilercontrol.share.MultiCommand;