-
Bug
-
Resolution: Fixed
-
P3
-
14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8232190 | 13.0.2 | Ralf Schmelter | P3 | Resolved | Fixed | b02 |
JDK-8268326 | 11.0.13-oracle | Harold Seigel | P3 | Resolved | Fixed | b01 |
JDK-8232914 | 11.0.6 | Ralf Schmelter | P3 | Resolved | Fixed | b01 |
The change for JDK-8191521 introduced an assert statement that has an incorrect number of parameters:
https://hg.openjdk.java.net/jdk/jdk/rev/ed5e399d967d#l1.51
An assert usually has a condition on which to assert and as second parameter an informational string that might have a va_list.
https://hg.openjdk.java.net/jdk/jdk/rev/ed5e399d967d#l1.51
An assert usually has a condition on which to assert and as second parameter an informational string that might have a va_list.
- backported by
-
JDK-8232190 Fix/remove malformed assert in os_windows.cpp
- Resolved
-
JDK-8232914 Fix/remove malformed assert in os_windows.cpp
- Resolved
-
JDK-8268326 Fix/remove malformed assert in os_windows.cpp
- Resolved
- relates to
-
JDK-8191521 handle long relative path specified in -Xbootclasspath/a on windows
- Resolved