< prev index next >

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

Print this page
rev 59076 : [mq]: 8243945

*** 29,39 **** * 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 */ import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; --- 29,39 ---- * 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 driver TestCheckedExceptions */ import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer;
< prev index next >