JDK 21 |
---|
21 b12Fixed |
Relates :
|
|
Relates :
|
Executors.newSingleThreadExecutor returns a delegating ExecutorService with a finalize method to shutdown the underlying TPE. This was introduced via JDK-6399443 in JDK 6. The finalizer can be trivially replaced with a Cleaner.
|