JDK-8307150 : RISC-V: Remove remaining StoreLoad barrier with UseCondCardMark for Serial/Parallel GC
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 19,20,21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: riscv
  • Submitted: 2023-05-01
  • Updated: 2023-11-24
  • Resolved: 2023-05-03
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 21
17.0.9Fixed 21 b21Fixed
Related Reports
Relates :  
Relates :  
Description
RISC-V port still has StoreLoad barrier in CardTableBarrierSetAssembler::store_check.

This was only required for CMS and should be removed.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/1427 Date: 2023-06-13 09:43:25 +0000
20-06-2023

A pull request was submitted for review. URL: https://git.openjdk.org/riscv-port-jdk17u/pull/55 Date: 2023-05-22 03:14:32 +0000
22-05-2023

Changeset: 0b5b6429 Author: Feilong Jiang <fjiang@openjdk.org> Committer: Fei Yang <fyang@openjdk.org> Date: 2023-05-03 02:23:41 +0000 URL: https://git.openjdk.org/jdk/commit/0b5b6429a080c6526daeb262fee96e7d0408b4f8
03-05-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13739 Date: 2023-05-01 04:30:48 +0000
01-05-2023