[jdk17u] RFR: 8338139: {ClassLoading,Memory}MXBean::isVerbose methods are inconsistent with their setVerbose methods
Goetz Lindenmaier
goetz at openjdk.org
Tue Sep 3 12:44:28 UTC 2024
On Mon, 2 Sep 2024 08:00:33 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> A backport to jdk17u as this fixes a jck issue. Based on the commit to 21.
>
> The change of 21 does not apply clean:
> src/hotspot/share/services/classLoadingService.cpp
> Copyright
>
> src/hotspot/share/services/classLoadingService.hpp
> Resolved due to context
>
> src/hotspot/share/services/memoryService.cpp
> Copyright
>
> To make it compile, I had to adapt StdoutLog again,
> as "8293873: Centralize the initialization of UL" is not in 17.
> See extra commit.
>
> The new tests pass and fail as expected without the fix.
Thanks for review and approval!
-------------
PR Comment: https://git.openjdk.org/jdk17u/pull/394#issuecomment-2326422542
More information about the jdk-updates-dev
mailing list