Re: Unused sun.nio.fs.Reflect

2022-04-04 Thread Alan Bateman
On 02/04/2022 21:45, Claes Redestad wrote: : There's a sibling 'sun.nio.ch.Reflect' where a couple of methods are still dubiously in use in one place only in sun.nio.ch.InheritedChannel::createChannel to reflectively create a java.io.FileDescriptor. Perhaps that could be refactored to use jdk.in

Re: Unused sun.nio.fs.Reflect

2022-04-04 Thread Claes Redestad
On 2022-04-04 09:06, Alan Bateman wrote: On 02/04/2022 21:45, Claes Redestad wrote: : There's a sibling 'sun.nio.ch.Reflect' where a couple of methods are still dubiously in use in one place only in sun.nio.ch.InheritedChannel::createChannel to reflectively create a java.io.FileDescriptor. P