Re: Unused class jdk.internal.reflect.SignatureIterator

2022-03-23 Thread Mandy Chung
It's not used by the VM.  I believe it was no longer used due to JDK-4479184 long ago. Mandy On 3/23/22 7:03 AM, Andrey Turbanov wrote: Hello. As I can see, the class 'jdk.internal.reflect.SignatureIterator' is unused in JDK java code. Is it somehow used by VM, or is it just leftovers from som

Unused class jdk.internal.reflect.SignatureIterator

2022-03-23 Thread Andrey Turbanov
Hello. As I can see, the class 'jdk.internal.reflect.SignatureIterator' is unused in JDK java code. Is it somehow used by VM, or is it just leftovers from some refactorings? I wonder if we can drop it. Andrey Turbanov