< prev index next >

test/java/net/URLClassLoader/getresourceasstream/TestDriver.java

Print this page
rev 17325 : 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Reviewed-by: duke

*** 24,35 **** /** * @test * @bug 5103449 * @summary REGRESSION: getResourceAsStream is broken in JDK1.5.0-rc * @library /test/lib ! * @build jdk.test.lib.JDKToolFinder ! * jdk.test.lib.process.ProcessTools * Test * @run main/othervm TestDriver */ import jdk.test.lib.JDKToolFinder; --- 24,39 ---- /** * @test * @bug 5103449 * @summary REGRESSION: getResourceAsStream is broken in JDK1.5.0-rc * @library /test/lib ! * @build jdk.test.lib.Utils ! * jdk.test.lib.Asserts ! * jdk.test.lib.JDKToolFinder ! * jdk.test.lib.JDKToolLauncher ! * jdk.test.lib.Platform ! * jdk.test.lib.process.* * Test * @run main/othervm TestDriver */ import jdk.test.lib.JDKToolFinder;
< prev index next >