On Wed, 23 Sep 2020 12:50:51 GMT, Erik Österlund <eosterl...@openjdk.org> wrote:

>> src/hotspot/share/gc/z/zDriver.cpp line 108:
>> 
>>> 106:     return false;
>>> 107:   }
>>> 108:
>> 
>> Group needs_inactive_gc_locker, skip_thread_oop_barriers, and 
>> allow_coalesced_vm_operations together?
>> 
>> Add a comment about why we chose to skip coalescing here.
>
> Per explicitly wanted skip_thread_oop_barriers grouped with 
> needs_inactive_gc_locker. But I should remove
> allow_coalesced_vm_operations; it is no longer used since I have removed VM 
> operation coalescing completely already.

I agree with Per, but I also wanted to move allow_coalesced_vm_operations. But 
now your removing it, so it becomes a
moot point.

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

PR: https://git.openjdk.java.net/jdk/pull/296

Reply via email to