< prev index next >

test/java/lang/StackTraceElement/WithClassLoaderName.java

Print this page
rev 17324 : 8181759: add explicit @build actions for jdk.test.lib classes in all :tier1 tests
Reviewed-by: duke

*** 25,35 **** * @test * @bug 6479237 * @summary Basic test StackTraceElement with class loader names * @library lib /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build m1/* WithClassLoaderName * @run main/othervm m1/com.app.Main * @run main/othervm WithClassLoaderName */ import java.lang.reflect.InvocationTargetException; --- 25,36 ---- * @test * @bug 6479237 * @summary Basic test StackTraceElement with class loader names * @library lib /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build jdk.test.lib.compiler.CompilerUtils ! * m1/* WithClassLoaderName * @run main/othervm m1/com.app.Main * @run main/othervm WithClassLoaderName */ import java.lang.reflect.InvocationTargetException;
< prev index next >