< prev index next >

jdk/test/java/lang/reflect/Proxy/ProxyLayerTest.java

Print this page

        

*** 63,73 **** */ @BeforeTest public void compileAll() throws Exception { for (String mn : modules) { Path msrc = SRC_DIR.resolve(mn); ! assertTrue(CompilerUtils.compile(msrc, MODS_DIR, "-modulesourcepath", SRC_DIR.toString())); } } /** * Test proxy implementing interfaces in a Layer defined in --- 63,73 ---- */ @BeforeTest public void compileAll() throws Exception { for (String mn : modules) { Path msrc = SRC_DIR.resolve(mn); ! assertTrue(CompilerUtils.compile(msrc, MODS_DIR, "--module-source-path", SRC_DIR.toString())); } } /** * Test proxy implementing interfaces in a Layer defined in
< prev index next >