RFR: 8315884: New Object to ObjectMonitor mapping [v15]

Axel Boldt-Christmas aboldtch at openjdk.org
Wed Aug 14 07:25:56 UTC 2024


On Tue, 13 Aug 2024 21:05:29 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

>> Axel Boldt-Christmas has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Remove the last OMWorld references
>>  - Rename omworldtable_work to object_monitor_table_work
>
> src/hotspot/share/runtime/serviceThread.cpp line 44:
> 
>> 42: #include "runtime/jniHandles.hpp"
>> 43: #include "runtime/serviceThread.hpp"
>> 44: #include "runtime/lightweightSynchronizer.hpp"
> 
> Include is in the wrong place.

I'll sort the whole list. `#include "runtime/serviceThread.hpp"` was in the wrong place.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20067#discussion_r1716430696


More information about the core-libs-dev mailing list