On Thu, 12 Jan 2023 02:20:04 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)`.

This pull request has now been integrated.

Changeset: f4e119d5
Author:    Chris Plummer <cjplum...@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

Reply via email to