Skip to content

Commit a019a10

Browse files
Automatic merge of master into galahad
2 parents d0d2d11 + cecdd20 commit a019a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/jdk/JmxServerFeature.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ private static void registerJMXAgentResources() {
8383
"jdk.internal.agent.resources.agent");
8484

8585
resourcesRegistry.addResourceBundles(ConfigurationCondition.alwaysTrue(),
86-
"sun.security.util.Resources"); // required for password auth
86+
"sun.security.util.resources.security"); // required for password auth
8787
}
8888

8989
private static void configureProxy(BeforeAnalysisAccess access) {

0 commit comments

Comments
 (0)