Integrated: 8300012: Remove unused JDI VirtualMachineImpl.removeObjectMirror(ObjectReferenceImpl object) method
Chris Plummer
cjplummer at openjdk.org
Fri Jan 13 23:28:15 UTC 2023
On Thu, 12 Jan 2023 02:20:04 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> `VirtualMachineImpl.removeObjectMirror(ObjectReferenceImpl object)` is not used. Furthermore it confuses the reader that runs across `removeObjectMirror()` calls, because what is actually being called is `removeObjectMirror(SoftObjectReference ref)`.
This pull request has now been integrated.
Changeset: f4e119d5
Author: Chris Plummer <cjplummer at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/f4e119d5fcdf592f59a7d029070eba3878e24a7c
Stats: 19 lines in 1 file changed: 0 ins; 17 del; 2 mod
8300012: Remove unused JDI VirtualMachineImpl.removeObjectMirror(ObjectReferenceImpl object) method
Reviewed-by: alanb, sspitsyn
-------------
PR: https://git.openjdk.org/jdk/pull/11957
More information about the serviceability-dev
mailing list