RFR: 8316746: Top of lock-stack does not match the unlocked object [v3]

Martin Doerr mdoerr at openjdk.org
Thu Nov 2 17:01:41 UTC 2023


On Thu, 2 Nov 2023 15:40:15 GMT, Richard Reingruber <rrich at openjdk.org> wrote:

>> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Add regression test.
>
> src/hotspot/cpu/ppc/templateTable_ppc_64.cpp line 4191:
> 
>> 4189:   // ------------------------------------------------------------------------------
>> 4190:   // Find a free slot in the monitor block.
>> 4191:   // Note: The order of the monitors is important for C2 OSR which derives the
> 
> You should refer to the decl. of the `interpreter_frame_monitor_*` where the expected order is specified.

Done.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16406#discussion_r1380475258


More information about the hotspot-runtime-dev mailing list