On Tue, 7 Apr 2026 06:03:20 GMT, Alan Bateman <[email protected]> wrote:
> I'm wondering about the maintainable of this. Do we have to update > ThreadWrapper each time that we do any API work on Thread? No. The new methods should be added only when we start to use them in the classes extended ThreadWrapper. I hope that new tests will use more TestThreadFactory (or at least new Thread(Runnable runnable)) and not extending Thread class. ------------- PR Comment: https://git.openjdk.org/jdk/pull/30591#issuecomment-4200651457
