JDK-8274851 : [ppc64] Port zgc to linux on ppc64le
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: ppc
  • Submitted: 2021-10-06
  • Updated: 2022-07-11
  • Resolved: 2021-10-13
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 17 JDK 18
17.0.2Fixed 18 b19Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Port the Z garbage collector (JDK-8209683) to linux on ppc64le.
Comments
Fix Request (17u): This change adds ZGC support for PPC64. We would like to make it available with 17u. Risk is low because it only adds the new GC code which is only used when ZGC gets enabled. It applies cleanly.
18-10-2021

Changeset: 337b73a4 Author: Niklas Radomski <nradomski@openjdk.org> Committer: Martin Doerr <mdoerr@openjdk.org> Date: 2021-10-13 07:36:52 +0000 URL: https://git.openjdk.java.net/jdk/commit/337b73a459ba24aa529b7b097617434be1d0030e
13-10-2021