Integrated: 8307150: RISC-V: Remove remaining StoreLoad barrier with UseCondCardMark for Serial/Parallel GC

Feilong Jiang fjiang at openjdk.org
Wed May 3 02:27:24 UTC 2023


On Mon, 1 May 2023 04:30:48 GMT, Feilong Jiang <fjiang at openjdk.org> wrote:

> Hi, 
> 
> can I have reviews for this change that removes the remaining StoreLoad barrier for RISC-V port in `CardTableBarrierSetAssembler::store_check` just like [JDK-8261309](https://bugs.openjdk.org/browse/JDK-8261309) did?
> 
> After the removal of CMS, this barrier is no longer needed.
> 
> Thanks.

This pull request has now been integrated.

Changeset: 0b5b6429
Author:    Feilong Jiang <fjiang at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0b5b6429a080c6526daeb262fee96e7d0408b4f8
Stats:     1 line in 1 file changed: 0 ins; 1 del; 0 mod

8307150: RISC-V: Remove remaining StoreLoad barrier with UseCondCardMark for Serial/Parallel GC

Reviewed-by: shade, fyang

-------------

PR: https://git.openjdk.org/jdk/pull/13739


More information about the hotspot-dev mailing list