RFR: 8365191: Cleanup after removing LockingMode related code [v3]
Fredrik Bredberg
fbredberg at openjdk.org
Wed Sep 24 13:05:24 UTC 2025
On Wed, 24 Sep 2025 11:58:43 GMT, Fredrik Bredberg <fbredberg at openjdk.org> wrote:
>> Correct, I dont think JVMCI tests will be affected. We only use this field (offset) in the actual monitorenter implementation to write ObjectMonitor cache.
>> edit: Sorry I missed the `delete it from vmStructs` context. We need this line for our fast locking implementation
>
> Removed line 171 from `vmStructs_jvmci.cpp`.
Reinstalled line 171 from vmStructs_jvmci.cpp. Sorry for the mixup.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27448#discussion_r2375719236
More information about the serviceability-dev
mailing list