On Thu, 13 May 2021 05:24:03 GMT, David Holmes <dhol...@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