< prev index next >

jdk/test/java/lang/reflect/Layer/LayerAndLoadersTest.java

Print this page

        

*** 61,73 **** private static final Path MODS_DIR = Paths.get("mods"); @BeforeTest public void setup() throws Exception { ! // javac -d mods -modulesourcepath src src/** assertTrue(CompilerUtils.compile(SRC_DIR, MODS_DIR, ! "-modulesourcepath", SRC_DIR.toString())); } /** * Basic test of Layer defineModulesWithOneLoader --- 61,73 ---- private static final Path MODS_DIR = Paths.get("mods"); @BeforeTest public void setup() throws Exception { ! // javac -d mods --module-source-path src src/** assertTrue(CompilerUtils.compile(SRC_DIR, MODS_DIR, ! "--module-source-path", SRC_DIR.toString())); } /** * Basic test of Layer defineModulesWithOneLoader
< prev index next >