[jdk17u-dev] RFR: 8320687: sun.jvmstat.monitor.MonitoredHost.getMonitoredHost() throws unexpected exceptions when invoked concurrently
Paul Hohensee
phh at openjdk.org
Sat May 24 14:20:00 UTC 2025
On Sat, 24 May 2025 12:24:36 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
>> Backporting JDK-8320687: sun.jvmstat.monitor.MonitoredHost.getMonitoredHost() throws unexpected exceptions when invoked concurrently. The fix proposes to guard the usage of the shared ServiceLoader instance through the monitoredHosts object monitor. Adds test. Ran GHA Sanity Checks, local Tier 1, 2, and 3, and new `test/jdk/sun/jvmstat/monitor/MonitoredVm/ConcurrentGetMonitoredHost.java` tests. Patch is almost clean (copyright header is slightly different).
>
> Yes, you can resubmit it. No objections if everything works :)
Thanks, @GoeLin, looks like it does :)
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/3531#issuecomment-2906855887
More information about the jdk-updates-dev
mailing list