JDK-8274770 : [PPC64] resolve_jobject needs a generic implementation to support load barriers
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 17,18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: ppc
  • Submitted: 2021-10-05
  • Updated: 2021-10-18
  • Resolved: 2021-10-12
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 :  
Description
BarrierSetAssembler::resolve_jobject is not compatible with new GCs which use load barriers. The standard implementation should be generic.
Comments
Fix Request (17u): Prerequisite for backport of ZGC or ShenandoahGC on PPC64. Current implementation of resolve_jobject misses load barriers which are required for these GCs. Only touches PPC64 code. Applies cleanly.
15-10-2021

Changeset: e16b93ad Author: Martin Doerr <mdoerr@openjdk.org> Date: 2021-10-12 12:18:49 +0000 URL: https://git.openjdk.java.net/jdk/commit/e16b93ad52c96fddd9097c2cb0fa78ae781c547b
12-10-2021