[jdk11u-dev] RFR: 8230808: Remove Access::equals()

Paul Hohensee phh at openjdk.java.net
Tue Aug 3 17:39:32 UTC 2021


On Tue, 6 Jul 2021 07:18:06 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> This is the first patch in the series to cleanup/revert the GC BarrierSets to most current state. See the dependent ("this issue blocks" links) issues to see what is next.
> 
> The `equals` APIs were added for Shenandoah GC, in the incarnation that exposed both from- and to-copies to the runtime system (see JDK-8199781). Since then, Shenandoah greatly simplified this by switching to a strong to-space invariant, which obviates the need for this API. Therefore, it was removed in JDK 14. This patch reverts JDK 11 parts to that shape as well, which should simplify 11u maintenance.
> 
> Additional testing:
>  - [x] Linux x86_64 {release, fastdebug, slowdebug} builds
>  - [x] Linux x86_64 `tier1`, `tier2` with Shenandoah, Parallel

Lgtm.

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

Marked as reviewed by phh (Reviewer).

PR: https://git.openjdk.java.net/jdk11u-dev/pull/100


More information about the jdk-updates-dev mailing list