OpenJDK / jdk / jdk
changeset 38748:47b8a7137d42
8158149: test bug for SystemModuleFinder when fast path is supported
Reviewed-by: alanb, mchung
author | mli |
---|---|
date | Mon, 30 May 2016 21:35:58 -0700 |
parents | 469920616f3a |
children | 90c9aeef923a |
files | jdk/test/tools/jlink/plugins/InstalledModuleDescriptors/UserModuleTest.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/test/tools/jlink/plugins/InstalledModuleDescriptors/UserModuleTest.java Tue May 31 13:00:48 2016 +0900 +++ b/jdk/test/tools/jlink/plugins/InstalledModuleDescriptors/UserModuleTest.java Mon May 30 21:35:58 2016 -0700 @@ -119,7 +119,7 @@ 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)