< prev index next >

test/tools/jlink/JLinkPluginsTest.java

Print this page

        

*** 39,49 **** * jdk.jlink/jdk.tools.jlink.internal * jdk.jlink/jdk.tools.jmod * jdk.jlink/jdk.tools.jimage * jdk.compiler * @build tests.* ! * @run main/othervm -verbose:gc -Xmx1g JLinkPluginsTest */ public class JLinkPluginsTest { private static String createProperties(String fileName, String content) throws IOException { Path p = Paths.get(fileName); --- 39,49 ---- * jdk.jlink/jdk.tools.jlink.internal * jdk.jlink/jdk.tools.jmod * jdk.jlink/jdk.tools.jimage * jdk.compiler * @build tests.* ! * @run main/othervm -verbose:gc JLinkPluginsTest */ public class JLinkPluginsTest { private static String createProperties(String fileName, String content) throws IOException { Path p = Paths.get(fileName);
< prev index next >