[jdk17u] Integrated: 8338139: {ClassLoading, Memory}MXBean::isVerbose methods are inconsistent with their setVerbose methods

Goetz Lindenmaier goetz at openjdk.org
Tue Sep 3 12:44:30 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.

This pull request has now been integrated.

Changeset: 897f433b
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk17u/commit/897f433b33a46d56cc6972b1c6b4405ecaa4dea9
Stats:     204 lines in 6 files changed: 198 ins; 2 del; 4 mod

8338139: {ClassLoading,Memory}MXBean::isVerbose methods are inconsistent with their setVerbose methods

Reviewed-by: mdoerr
Backport-of: 459757e3777d61d7510518e88f76f66c08918161

-------------

PR: https://git.openjdk.org/jdk17u/pull/394


More information about the jdk-updates-dev mailing list