JDK 11 | JDK 17 | JDK 18 | JDK 8 |
---|---|---|---|
11.0.16-oracleFixed | 17.0.4-oracleFixed | 18 b27Fixed | 8u341Fixed |
Relates :
|
The finally block in DefaultButtonModelCrashTest.java accesses frame field from the main thread for null-check. The null-check should be performed on EDT or frame should be declared as volatile.
|