Skip to content

Commit cecdd20

Browse files
committed
[GR-67268] Update registration in JmxServerFeature.
PullRequest: graal/21387
2 parents 66dd4e2 + a06f4bf commit cecdd20

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)