From a06f4bf4d86af3e84b0348dba14bd3fc9410cec8 Mon Sep 17 00:00:00 2001 From: Robert Toyonaga Date: Fri, 4 Jul 2025 14:26:42 -0400 Subject: [PATCH] update JmxServerFeature --- .../src/com/oracle/svm/hosted/jdk/JmxServerFeature.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/jdk/JmxServerFeature.java b/substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/jdk/JmxServerFeature.java index 50367d43c976..e43c949493cc 100644 --- a/substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/jdk/JmxServerFeature.java +++ b/substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/jdk/JmxServerFeature.java @@ -83,7 +83,7 @@ private static void registerJMXAgentResources() { "jdk.internal.agent.resources.agent"); resourcesRegistry.addResourceBundles(ConfigurationCondition.alwaysTrue(), - "sun.security.util.Resources"); // required for password auth + "sun.security.util.resources.security"); // required for password auth } private static void configureProxy(BeforeAnalysisAccess access) {