8158149: test bug for SystemModuleFinder when fast path is supported

Reviewed-by: alanb, mchung
This commit is contained in:
Hamlin Li 2016-05-30 21:35:58 -07:00
parent 48873ebc3f
commit c36a7cfd2c

View File

@ -119,7 +119,7 @@ public class UserModuleTest {
Path java = IMAGE.resolve("bin").resolve("java");
assertTrue(executeProcess(java.toString(),
"-Djdk.installed.modules.disable",
"-Djdk.system.module.finder.disabledFastPath",
"-m", "m1/p1.Main")
.outputTo(System.out)
.errorTo(System.out)