On Tue, 3 Dec 2024 03:10:51 GMT, Vladimir Kozlov <k...@openjdk.org> wrote:
>> Aleksey Shipilev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Disable IR tests on IA32 > > This fix looks correct by looking on original changes. > > Yes, special Interpreter's code for these methods is only generated for > x86_32 in `templateInterpreterGenerator_x86_32.cpp`. > I just launched testing, I don't think @vnkozlov did that already. Better to > hold off until RDP1 / JDK25 fork anyway. Thanks! I would like to have this fix in JDK 24, though: it is a (minor) performance optimization, and I would want to know if it breaks anything in ATR before we pull this block out completely when removing x86_32. ------------- PR Comment: https://git.openjdk.org/jdk/pull/22446#issuecomment-2517655873