RFR: 8247281: migrate ObjectMonitor::_object to OopStorage [v4]

Daniel D.Daugherty dcubed at openjdk.java.net
Wed Sep 16 15:42:53 UTC 2020


On Tue, 15 Sep 2020 10:17:45 GMT, Kim Barrett <kbarrett at openjdk.org> 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


More information about the hotspot-runtime-dev mailing list