JDK 21 | JDK 22 | JDK 23 |
---|---|---|
21.0.5Fixed | 22.0.2Fixed | 23 b14Fixed |
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
When the ForkJoinPool.commonPool() creates new worker threads, they capture an AccessControlContext from the location where they were created, which means that the class won't get unloaded for the lifetime of that worker thread.
|