< prev index next >

test/hotspot/jtreg/runtime/ClassFile/TestCheckedExceptions.java

Print this page
rev 59076 : [mq]: 8243945

@@ -29,11 +29,11 @@
  *          clause does not cause the JVM to assert nor throw an exception.
  *          Also, test that logging can be used to print a message about bogus
  *          classes in method throws clauses.
  * @library /test/lib
  * @compile CheckedExceptions.jcod
- * @run main TestCheckedExceptions
+ * @run driver TestCheckedExceptions
  */
 
 import jdk.test.lib.process.ProcessTools;
 import jdk.test.lib.process.OutputAnalyzer;
 
< prev index next >