| JDK 11 | JDK 17 | JDK 21 | JDK 25 | JDK 26 |
|---|---|---|---|---|
| 11.0.30-oracleFixed | 17.0.18-oracleFixed | 21.0.10-oracleFixed | 25.0.2Fixed | 26 b06Fixed |
|
Relates :
|
The CommandLineOptionTest library currently only reports the expected value when failing. To reduce guessing when analyzing failures, it should also report the observed value. This pertains mainly to verifyOptionValue and the expected exit code in verifyJVMStartup. Reported by [~dholmes] in JDK-8360641.
|