Re: Unused sun.nio.fs.Reflect

2022-04-02 Thread Claes Redestad
On 2022-04-02 19:40, Alan Bateman wrote: On 02/04/2022 16:56, Andrey Turbanov wrote: Hello. As I can see, the class 'sun.nio.fs.Reflect' 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. It was needed at one point b

Re: Unused sun.nio.fs.Reflect

2022-04-02 Thread Alan Bateman
On 02/04/2022 16:56, Andrey Turbanov wrote: Hello. As I can see, the class 'sun.nio.fs.Reflect' 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. It was needed at one point but if no longer used on any platform then

Unused sun.nio.fs.Reflect

2022-04-02 Thread Andrey Turbanov
Hello. As I can see, the class 'sun.nio.fs.Reflect' 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