JDK-8260372 : [PPC64] Add support for JDK-8210498 and JDK-8222841
Type:Enhancement
Component:hotspot
Sub-Component:compiler
Affected Version:17
Priority:P4
Status:Resolved
Resolution:Fixed
CPU:ppc
Submitted:2021-01-25
Updated:2021-09-30
Resolved:2021-02-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.
The PPC64 platform part of JDK-8210498 "nmethod entry barriers" is missing.
It is required to support GCs which support concurrent class unloading, i.e. ShenandoahGC and zGC.
The same is true for JDK-8222841.