RFR: 8265753: Remove manual JavaThread transitions to blocked [v3]
Robbin Ehn
rehn at openjdk.java.net
Mon May 17 07:24:40 UTC 2021
On Thu, 13 May 2021 05:24:03 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Robbin Ehn has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fixes for Dan
>
> src/hotspot/share/prims/jvmtiRawMonitor.hpp line 96:
>
>> 94: protected:
>> 95: JvmtiRawMonitor* _rm;
>> 96: bool _rm_exit;
>
> If this signifies the monitor exited then please name it `_rm_exited`.
Fixed
-------------
PR: https://git.openjdk.java.net/jdk/pull/3875
More information about the serviceability-dev
mailing list