On Thu, 25 Jun 2026 19:16:16 GMT, Frederic Parain <[email protected]> wrote:
>> src/hotspot/share/asm/codeBuffer.hpp line 58: >> >>> 56: Inline_Entry, >>> 57: Verified_Inline_Entry, >>> 58: Verified_Inline_Entry_RO, >> >> What does "RO" mean? > > It means that the receiver is passed as an object reference, while with the > `Verified_Inline_Entry`, the receiver is passed in scalarized form. Thanks for that, because I looked all over for a comment explaining it. This might be a good place to add a comment. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31122#discussion_r3479831040
