On Tue, 16 Nov 2021 02:45:13 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:

>> The nsk.share.jdi.TestClass1 is used via reflection. The reflective call 
>> creates MethodHandle and one more reference to TestClass1.  So the number of 
>> expected references should be incremented.  Thanks to @plummercj and 
>> @mlchung for the investigation.
>> This fix also prints references to inspected class.
>
> Leonid Mesnik has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   updated

@lmesnik I also have the same question as David asks.   If the reference is 
held via the MethodType, is TestClass1 part of the signature of the reflective 
call?

-------------

PR: https://git.openjdk.java.net/jdk/pull/6402

Reply via email to