test/jdk/internal/jrtfs/remote/RemoteRuntimeImageTest.java

Print this page

        

*** 21,31 **** * questions. */ /* * @test ! * @bug 8141609 * @summary Verify JDK 8 can use jrt-fs.jar to work with jrt file system. * @run main RemoteRuntimeImageTest */ import java.io.File; --- 21,31 ---- * questions. */ /* * @test ! * @bug 8141609 8154403 * @summary Verify JDK 8 can use jrt-fs.jar to work with jrt file system. * @run main RemoteRuntimeImageTest */ import java.io.File;
*** 61,71 **** return; } String java = jdk8Path.resolve("bin/java").toAbsolutePath().toString(); String javac = jdk8Path.resolve("bin/javac").toAbsolutePath().toString(); - Files.createDirectories(Paths.get(".", CLASSES_DIR)); String jrtJar = Paths.get(TEST_JAVAHOME, JRTFS_JAR).toAbsolutePath().toString(); // Compose command-lines for compiling and executing tests List<List<String>> cmds = Arrays.asList( --- 61,70 ----