RFR: 8251358: Clean up Access configuration after Shenandoah barrier change [v2]
Roman Kennke
rkennke at openjdk.java.net
Wed Sep 23 11:56:41 UTC 2020
On Wed, 23 Sep 2020 01:13:08 GMT, Aditya Mandaleeka <adityam at openjdk.org> wrote:
>> This change removes a bunch of code that is no longer necessary after the Shenandoah barrier changes, including the
>> `SUPPORT` macros in barrierSetConfig.hpp and code using them. `Access::resolve` and associated code have also been
>> removed, and callers have been modified. Testing done:
>> tier1
>> hotspot_gc_shenandoah
>
> Aditya Mandaleeka has updated the pull request with a new target base due to a merge or a rebase. The pull request now
> contains two commits:
> - Remove redundant _raw functions.
> - 8251358: Clean up Access configuration after Shenandoah barrier change
Looks good to me! Good to see those unused code paths go! Thanks!
-------------
Marked as reviewed by rkennke (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/146
More information about the shenandoah-dev
mailing list