RFR: 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 15:26:29 GMT, Vladimir Kozlov <kvn 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.

Thanks @vnkozlov and @rwestrel for your reviews!

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

PR Comment: https://git.openjdk.org/jdk/pull/18620#issuecomment-2039087186


More information about the hotspot-compiler-dev mailing list