RFR: 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:08 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.

Yup :) Thanks!

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

PR Comment: https://git.openjdk.org/jdk/pull/21016#issuecomment-2353368636


More information about the hotspot-gc-dev mailing list