[lworld] RFR: 8377776: [lworld] compiler/ciReplay/TestValueClassArrays.java fails after updating guarantee message in JDK-8377657
Christian Hagedorn
chagedorn at openjdk.org
Thu Feb 12 12:04:47 UTC 2026
A seemingly trivial guarantee message change in JDK-8377657:
https://github.com/openjdk/valhalla/blob/012ee51696b8059d14eb1df6706d527d9c51dcfc/src/hotspot/share/ci/ciReplay.cpp#L904
caused `compiler/ciReplay/TestValueClassArrays.java` to fail because it searches for this very exact message. This was missed and is fixed by matching on the new shorter message.
Thanks,
Christian
-------------
Commit messages:
- 8377776
Changes: https://git.openjdk.org/valhalla/pull/2087/files
Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=2087&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8377776
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/valhalla/pull/2087.diff
Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2087/head:pull/2087
PR: https://git.openjdk.org/valhalla/pull/2087
More information about the valhalla-dev
mailing list