RFR: 8300012: Remove unused JDI VirtualMachineImpl.removeObjectMirror(ObjectReferenceImpl object) method
Chris Plummer
cjplummer at openjdk.org
Thu Jan 12 02:28:16 UTC 2023
`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)`.
-------------
Commit messages:
- Remove extra removeObjectMirror() method.
Changes: https://git.openjdk.org/jdk/pull/11957/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11957&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8300012
Stats: 18 lines in 1 file changed: 0 ins; 17 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/11957.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/11957/head:pull/11957
PR: https://git.openjdk.org/jdk/pull/11957
More information about the serviceability-dev
mailing list