JDK-8231885 : Fix/remove malformed assert in os_windows.cpp
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 14
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • Submitted: 2019-10-04
  • Updated: 2021-06-07
  • Resolved: 2019-10-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 13 JDK 14
11.0.13-oracleFixed 13.0.2Fixed 14 b18Fixed
Related Reports
Relates :  
Description
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.
Comments
Copying 11u Fix Request comment from JDK-8191521 on behalf of ~rschmelter, fix will be backported inline: I would like to have the patch as well in jdk11, because the fixed issue is also in jdk11 . Backport RFR discussion: https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2019-October/002034.html
23-10-2019

Fix request (13u) Requesting backport of this item together with JDK-8191521, as it fixes a regression. The fix will be contained in the jdk13u push.
10-10-2019

URL: https://hg.openjdk.java.net/jdk/jdk/rev/b1da055915ef User: clanger Date: 2019-10-07 12:34:10 +0000
07-10-2019