On Thu, 12 Jan 2023 16:44:44 GMT, Chris Plummer <cjplum...@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)`. > > Chris Plummer has updated the pull request incrementally with one additional > commit since the last revision: > > Make removeObjectMirror() private. Marked as reviewed by alanb (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/11957