test/hotspot/jtreg/runtime/appcds/ClassLoaderTest.java
changeset 51990 6003e034cdd8
parent 49335 3271310a6af7
equal deleted inserted replaced
51989:7ac0ac1e57b6 51990:6003e034cdd8
    34  * @compile test-classes/HelloWB.java
    34  * @compile test-classes/HelloWB.java
    35  * @compile test-classes/ForNameTest.java
    35  * @compile test-classes/ForNameTest.java
    36  * @compile test-classes/BootClassPathAppendHelper.java
    36  * @compile test-classes/BootClassPathAppendHelper.java
    37  * @build sun.hotspot.WhiteBox
    37  * @build sun.hotspot.WhiteBox
    38  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    38  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    39  * @run main ClassLoaderTest
    39  * @run driver ClassLoaderTest
    40  */
    40  */
    41 
    41 
    42 import java.io.File;
    42 import java.io.File;
    43 import jdk.test.lib.process.OutputAnalyzer;
    43 import jdk.test.lib.process.OutputAnalyzer;
    44 
    44