< prev index next >

test/hotspot/jtreg/runtime/LoadClass/LoadClassNegative.java

Print this page
rev 59076 : [mq]: 8243945

@@ -28,11 +28,11 @@
  * @summary make sure there is no fatal error if a class is loaded from an invalid jar file which is in the bootclasspath
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
  * @build TestForName
- * @run main LoadClassNegative
+ * @run driver LoadClassNegative
  */
 
 import java.io.File;
 import jdk.test.lib.process.ProcessTools;
 import jdk.test.lib.process.OutputAnalyzer;
< prev index next >