< prev index next >

jdk/test/javax/security/auth/login/modules/JaasModularClientTest.java

Print this page

        

*** 289,299 **** vmArgs.put("-Duser.language=", "en"); vmArgs.put("-Duser.region=", "US"); vmArgs.put("-Djava.security.auth.login.config=", SRC.resolve( "jaas.conf").toFile().getCanonicalPath()); if (addModName != null && sModuletype == MODULE_TYPE.AUTO) { ! vmArgs.put("-addmods ", addModName); } return vmArgs; } } --- 289,299 ---- vmArgs.put("-Duser.language=", "en"); vmArgs.put("-Duser.region=", "US"); vmArgs.put("-Djava.security.auth.login.config=", SRC.resolve( "jaas.conf").toFile().getCanonicalPath()); if (addModName != null && sModuletype == MODULE_TYPE.AUTO) { ! vmArgs.put("--add-modules ", addModName); } return vmArgs; } }
< prev index next >