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
