Integrated: 8255934: JConsole 14 and greater fails to connect to older JVM
Alex Menkov
amenkov at openjdk.java.net
Fri Nov 20 23:36:02 UTC 2020
On Mon, 16 Nov 2020 23:00:05 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
> OperatingSystemMXBean was changed in jdk14 (see JDK-8226575):
> New methods getTotalMemorySize and getFreeMemorySize were added, old getTotalPhysicalMemorySize and getFreePhysicalMemorySize were deprecated.
>
> The fix adds fallbacks for the values (i.e. if new methods fail, jconsole calls old methods)
This pull request has now been integrated.
Changeset: 14de791d
Author: Alex Menkov <amenkov at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/14de791d
Stats: 22 lines in 1 file changed: 20 ins; 0 del; 2 mod
8255934: JConsole 14 and greater fails to connect to older JVM
Reviewed-by: cjplummer, sspitsyn
-------------
PR: https://git.openjdk.java.net/jdk/pull/1243
More information about the serviceability-dev
mailing list