RFR: 8340186: Shenandoah: Missing load_reference_barrier_phantom_narrow match in is_shenandoah_lrb_call

Aleksey Shipilev shade at openjdk.org
Mon Sep 16 10:44:12 UTC 2024


[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.

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

Commit messages:
 - Fix

Changes: https://git.openjdk.org/jdk/pull/21016/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21016&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8340186
  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/21016.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/21016/head:pull/21016

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


More information about the hotspot-gc-dev mailing list