< prev index next >

test/java/lang/StackTraceElement/WithClassLoaderName.java

Print this page
rev 17315 : 8181335: remove packageless CompilerUtils
Reviewed-by: duke

*** 23,33 **** /* * @test * @bug 6479237 * @summary Basic test StackTraceElement with class loader names ! * @library lib /lib/testlibrary * @modules jdk.compiler * @build m1/* WithClassLoaderName * @run main/othervm m1/com.app.Main * @run main/othervm WithClassLoaderName */ --- 23,33 ---- /* * @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 */
*** 37,46 **** --- 37,48 ---- import java.net.URL; import java.net.URLClassLoader; import java.nio.file.Path; import java.nio.file.Paths; + import jdk.test.lib.compiler.CompilerUtils; + import com.app.Utils; public class WithClassLoaderName { private static final String TEST_SRC = System.getProperty("test.src"); private static final String SRC_FILENAME = "WithClassLoaderName.java";
< prev index next >