Integrated: 8340186: Shenandoah: Missing load_reference_barrier_phantom_narrow match in is_shenandoah_lrb_call

Aleksey Shipilev shade at openjdk.org
Mon Sep 16 16:25:09 UTC 2024


On Mon, 16 Sep 2024 10:38:12 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> [JDK-8256999](https://bugs.openjdk.org/browse/JDK-8256999) added `ShenandoahRuntime::load_reference_barrier_phantom_narrow`, but missed adding it to `ShenandoahBarrierSetC2::is_shenandoah_lrb_call`. It is currently innocuous, as there are no users of `is_shenandoah_lrb_call`, but it will be important when [JDK-8340183](https://bugs.openjdk.org/browse/JDK-8340183) lands.

This pull request has now been integrated.

Changeset: 1640bd26
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/1640bd2676d8d183f02b4f5386ce42c47950e356
Stats:     2 lines in 1 file changed: 1 ins; 0 del; 1 mod

8340186: Shenandoah: Missing load_reference_barrier_phantom_narrow match in is_shenandoah_lrb_call

Reviewed-by: kvn

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

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


More information about the hotspot-gc-dev mailing list