On Tue, 15 Sep 2020 10:17:45 GMT, Kim Barrett <[email protected]> wrote:
>> Daniel D. Daugherty has updated the pull request incrementally with one >> additional commit since the last revision: >> >> kimbarrett CR - made minor changes to address Kim's code review. > > src/hotspot/share/runtime/objectMonitor.cpp line 244: > >> 242: } >> 243: >> 244: #ifdef ASSERT > > There would be less `#ifdef ASSERT` clutter if just the body of > check_object_context were conditionalized. Then the > calls wouldn't need to be. Your call... I'll make that change. ------------- PR: https://git.openjdk.java.net/jdk/pull/135
