Integrated: 8266038: Move newAddress() to JVMDebugger
Yasumasa Suenaga
ysuenaga at openjdk.java.net
Wed May 5 00:26:52 UTC 2021
On Tue, 27 Apr 2021 09:19:34 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:
> SA has `newAddress()` to create `Address` instance, however it is declared in each debugger classes (e.g. `LinuxDebugger`). So we can't access it directly from `VM` class.
>
> Before SA improvement for ZGC in [JDK-8220624](https://bugs.openjdk.java.net/browse/JDK-8220624), we need to move `newAddress()` to super class (`JVMDebugger`).
This pull request has now been integrated.
Changeset: b88785d2
Author: Yasumasa Suenaga <ysuenaga at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/b88785d2c6945c3063ad264d27609980c359cd77
Stats: 10 lines in 5 files changed: 1 ins; 4 del; 5 mod
8266038: Move newAddress() to JVMDebugger
Reviewed-by: kevinw, amenkov
-------------
PR: https://git.openjdk.java.net/jdk/pull/3714
More information about the serviceability-dev
mailing list