JDK 22 |
---|
22 b17Fixed |
Relates :
|
While trying to debug an apparent class initialization deadlock we could see that some threads were waiting for initialization to be completed, but there was no sign of any thread actually doing that initialization. We should add additional debug-level logging to show when threads wait and what thread they are waiting for, as well a showing which thread is performing the actual initialization.
|