[jdk17u] RFR: 8338139: {ClassLoading,Memory}MXBean::isVerbose methods are inconsistent with their setVerbose methods
Martin Doerr
mdoerr at openjdk.org
Tue Sep 3 08:30:32 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.
LGTM. Thanks for backporting!
-------------
Marked as reviewed by mdoerr (Reviewer).
PR Review: https://git.openjdk.org/jdk17u/pull/394#pullrequestreview-2276754848
More information about the jdk-updates-dev
mailing list