RFR: 8329201: C2: Replace TypeInterfaces::intersection_with() + eq() with contains()

Vladimir Kozlov kvn at openjdk.org
Thu Apr 4 15:29:05 UTC 2024


On Thu, 4 Apr 2024 11:09:07 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> This patch replaces all `TypeInterfaces::intersection_with()` + `eq()` usages with a simpler `contains()` call which does the same.
> 
> Thanks,
> Christian

Good.

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

Marked as reviewed by kvn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18620#pullrequestreview-1980284483


More information about the hotspot-compiler-dev mailing list