RFR: 8266038: Move newAddress() to JVMDebugger
Kevin Walls
kevinw at openjdk.java.net
Tue Apr 27 12:32:33 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`).
Marked as reviewed by kevinw (Committer).
Moving this common method up the hierarchy looks good to me.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3714
More information about the serviceability-dev
mailing list