Skip to content

Commit a06f4bf

Browse files
update JmxServerFeature
1 parent 8fa7b17 commit a06f4bf

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)