< prev index next >

test/hotspot/jtreg/runtime/getSysPackage/GetPackageXbootclasspath.java

Print this page
rev 59076 : [mq]: 8243945

*** 24,34 **** /* * @test * @bug 8187436 * @summary Test that getPackage() works with a class loaded via -Xbootclasspath/a. * @library /test/lib ! * @run main/othervm GetPackageXbootclasspath */ // This is a regression test for a bug with the exploded build but should pass // when run with either the normal or exploded build. import jdk.test.lib.compiler.InMemoryJavaCompiler; --- 24,34 ---- /* * @test * @bug 8187436 * @summary Test that getPackage() works with a class loaded via -Xbootclasspath/a. * @library /test/lib ! * @run driver GetPackageXbootclasspath */ // This is a regression test for a bug with the exploded build but should pass // when run with either the normal or exploded build. import jdk.test.lib.compiler.InMemoryJavaCompiler;
< prev index next >