RFR: 8348657: compiler/loopopts/superword/TestEquivalentInvariants.java timed out

Tobias Hartmann thartmann at openjdk.org
Wed Mar 5 08:34:51 UTC 2025


On Wed, 5 Mar 2025 07:36:13 GMT, Emanuel Peter <epeter 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.

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

Marked as reviewed by thartmann (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/23914#pullrequestreview-2660329738


More information about the hotspot-compiler-dev mailing list