RFR: 8280469: C2: CHA support for interface calls when inlining through method handle linker [v2]

Vladimir Kozlov kvn at openjdk.org
Tue Nov 4 18:29:08 UTC 2025


On Tue, 4 Nov 2025 17:00:00 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Vladimir Ivanov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   naming
>
> test/hotspot/jtreg/compiler/cha/StrengthReduceInterfaceCall.java line 75:
> 
>> 73: 
>> 74:         // Implementation limitation: CHA is not performed by C1 during inlining through MH linkers.
>> 75:         if (!jdk.test.whitebox.code.Compiler.isC1Enabled()) {
> 
> Should you check that C2 is **enabled**?

May it should be in @requires ?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28094#discussion_r2491652520


More information about the hotspot-compiler-dev mailing list