On Tue, 19 May 2026 07:43:33 GMT, Tobias Hartmann <[email protected]> wrote:
>> src/hotspot/cpu/aarch64/gc/g1/g1_aarch64.ad line 98: >> >>> 96: >>> 97: // Extract the narrow oop field value >>> 98: __ ubfm($tmp1$$Register, $src$$Register, 0, 31); >> >> Using `uxtw` or `movw` here might be more clear if the value is always the >> low word and not an arbitrary bitmask. > > Makes sense. Would you mind filing an RFE or simply add a comment to > JDK-8350865? (resolved) ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31122#discussion_r3320941996
