RFR: 8348657: compiler/loopopts/superword/TestEquivalentInvariants.java timed out
Emanuel Peter
epeter at openjdk.org
Wed Mar 5 10:04:03 UTC 2025
On Wed, 5 Mar 2025 08:32:08 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> We have experienced higher runtime with extra flags (e.g. `-XComp` and some verification flags). I'm increasing the timeout.
>>
>> I checked: it does not seem that any specific method takes much more time than others, I suspect that we do not inline well with `-XComp`, and that makes the `MemorySegment` loop code significantly slower.
>
> Looks good and trivial.
@TobiHartmann Thanks for the review. I agree it is trivail. I performed some sanity testing, and it passes.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23914#issuecomment-2700431303
More information about the hotspot-compiler-dev
mailing list