RFR: 8260309: Shenandoah: Clean up ShenandoahBarrierSet [v2]

Roman Kennke rkennke at openjdk.java.net
Mon Feb 1 11:01:02 UTC 2021


On Mon, 1 Feb 2021 09:06:42 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> Roman Kennke has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits:
>> 
>>  - Restore some changes that have been lost during merge
>>  - Merge branch 'master' into JDK-8260309
>>  - 8260309: Shenandoah: Clean up ShenandoahBarrierSet
>
> src/hotspot/share/gc/shenandoah/shenandoahBarrierSet.inline.hpp line 28:
> 
>> 26: #define SHARE_GC_SHENANDOAH_SHENANDOAHBARRIERSET_INLINE_HPP
>> 27: 
>> 28: #include "gc/shared/accessBarrierSupport.hpp"
> 
> Should it be `accessBarrierSupport.inline.hpp`? Other `*BarrierSet.inline.hpp`-s seem to include that.

Right. I changed that. Thanks!

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

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



More information about the hotspot-gc-dev mailing list