JDK-8215005 : Missing include of runtime/os.hpp in zError.cpp after JDK-8214944 breaks build without precompiled headers
Type:Bug
Component:hotspot
Sub-Component:gc
Affected Version:12
Priority:P1
Status:Closed
Resolution:Fixed
Submitted:2018-12-07
Updated:2019-04-26
Resolved:2018-12-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.
Linux-x64 without precompiled headers does not build after JDK-8214944 since the runtime/os.hpp include is missing.
Comments
Thanks.
07-12-2018
Sorry, fixed.
07-12-2018
[~tschatzl] - I think this bug is referencing the wrong root cause bug.
It looks to me like JDK-8214944 caused this no-PCH build problem
and not JDK-8214925. Please update the synopsis and the description
if you concur.