Skip to content

Commit 7d2e929

Browse files
committed
8377776: [lworld] compiler/ciReplay/TestValueClassArrays.java fails after updating guarantee message in JDK-8377657
Reviewed-by: thartmann
1 parent 012ee51 commit 7d2e929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/compiler/ciReplay/TestValueClassArrays.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private void testInvalidArrayProperty() {
122122
invalidateCiMethodDataInReplayFile();
123123
negativeTest(defaultReplayRunFlags);
124124
ErrorFile errorFile = new ErrorFile(ERROR_FILE);
125-
Asserts.assertTrue(errorFile.find("guarantee(false) failed: invalid array_properties: -1, fall back to DEFAULT"));
125+
Asserts.assertTrue(errorFile.find("guarantee(false) failed: invalid array_properties: -1"));
126126
}
127127

128128
private void invalidateCiMethodDataInReplayFile() {

0 commit comments

Comments
 (0)