On Tue, 11 Aug 2026 11:35:00 GMT, Coleen Phillimore <[email protected]> wrote:

>> src/hotspot/share/runtime/synchronizer.cpp line 2174:
>> 
>>> 2172:   if (!UseObjectMonitorTable) {
>>> 2173:     // Do the old inflate and enter.
>>> 2174:     monitor = inflate_into_object_header(object, cause, 
>>> locking_thread, current);
>> 
>> I think you can remove the method inflate_into_object_header since it was 
>> added for the non-OMT case.
>
> It's in the runtime code so I think it should be removed with this change.

Removed `inflate_into_object_header()`

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

PR Review Comment: https://git.openjdk.org/jdk/pull/32257#discussion_r3765088730

Reply via email to