| JDK 17 | JDK 20 | JDK 21 |
|---|---|---|
| 17.0.8-oracleFixed | 20.0.2Fixed | 21 b08Fixed |
|
Relates :
|
This was silently introduced by JDK-8219586. SonarCloud complains:
"Identical sub-expressions on both sides of operator "||".
There are two occurrences of:
if ((function_lock_1 != NULL) || (function_lock_1 != NULL)) {
|