8158149: test bug for SystemModuleFinder when fast path is supported
Reviewed-by: alanb, mchung
This commit is contained in:
parent
48873ebc3f
commit
c36a7cfd2c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user