RFR: 8345432: (ch, fs) Replace anonymous Thread with InnocuousThread

Brian Burkhalter bpb at openjdk.org
Thu Dec 12 02:38:14 UTC 2024


On Thu, 12 Dec 2024 02:33:30 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Change internal instances of anonymous `Thread`s to instances of `InnocuousThread`.

The loopback connector thread in the Windows version of `PipeImpl` still uses an anonymous thread as it overrides `interrupt()` to do nothing.

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

PR Comment: https://git.openjdk.org/jdk/pull/22697#issuecomment-2537661176


More information about the nio-dev mailing list