RFR: 8348657: compiler/loopopts/superword/TestEquivalentInvariants.java timed out
Emanuel Peter
epeter at openjdk.org
Wed Mar 5 07:46:07 UTC 2025
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.
-------------
Commit messages:
- JDK-8348657
Changes: https://git.openjdk.org/jdk/pull/23914/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23914&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8348657
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/23914.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23914/head:pull/23914
PR: https://git.openjdk.org/jdk/pull/23914
More information about the hotspot-compiler-dev
mailing list