Skip to content

Commit 72ba817

Browse files
committed
8324236: compiler/ciReplay/TestInliningProtectionDomain.java failed with RuntimeException: should only dump inline information for ... expected true, was false
Reviewed-by: kvn
1 parent b39b876 commit 72ba817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public void testAction() {
6161
boolean inlineFails = testClass == ProtectionDomainTestNoOtherCompilationPrivate.class;
6262
int inlineeCount = inlineFails ? 1 : 5;
6363

64-
List<InlineEntry> inlineesNormal = parseLogFile(LOG_FILE_NORMAL, entryString, "compile_id='" + getCompileIdFromFile(getReplayFileName()), inlineeCount);
64+
List<InlineEntry> inlineesNormal = parseLogFile(LOG_FILE_NORMAL, entryString, "compile_id='" + getCompileIdFromFile(getReplayFileName()) + "'", inlineeCount);
6565
List<InlineEntry> inlineesReplay = parseLogFile(LOG_FILE_REPLAY, entryString, "test ()V", inlineeCount);
6666
verifyLists(inlineesNormal, inlineesReplay, inlineeCount);
6767

0 commit comments

Comments
 (0)