JDK-8213604 : Fix missing includes after JDK-8212673
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:11,12
Priority:P2
Status:Resolved
Resolution:Fixed
Submitted:2018-11-09
Updated:2020-04-27
Resolved:2018-11-09
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.
AIX build is broken because includes are missing:
callnode.cpp", line 1626.26: 1540-0062 (S) The incomplete class "BarrierSet" must not be used as a qualifier.
Comments
Fix Request
AIX build is broken in jdk11u-dev after backport of JDK-8212673. Trivial fix, applies cleanly.