Integrated: 8329201: C2: Replace TypeInterfaces::intersection_with() + eq() with contains()
Christian Hagedorn
chagedorn at openjdk.org
Fri Apr 5 06:59:03 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
This pull request has now been integrated.
Changeset: 6bc6392d
Author: Christian Hagedorn <chagedorn at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/6bc6392d2b073434d2cfac4c5f6f2908bd8fe77e
Stats: 8 lines in 1 file changed: 4 ins; 0 del; 4 mod
8329201: C2: Replace TypeInterfaces::intersection_with() + eq() with contains()
Reviewed-by: kvn, roland
-------------
PR: https://git.openjdk.org/jdk/pull/18620
More information about the hotspot-compiler-dev
mailing list