Skip to content

Commit

Permalink
8320225: [lworld] TestBasicFunctionality::test20 fails intermittently…
Browse files Browse the repository at this point in the history
… because it does not correctly handle coalescing of subword stores
  • Loading branch information
TobiHartmann committed Nov 21, 2023
1 parent 3f3a7be commit f3fa4f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ public void test19_verifier() {
// correctly allocated.
@Test
@IR(applyIf = {"InlineTypePassFieldsAsArgs", "true"},
counts = {ALLOC, "= 1", STORE, "= 1"}, // InitializeNode::coalesce_subword_stores merges stores
counts = {ALLOC, "= 1"},
failOn = {LOAD})
@IR(applyIf = {"InlineTypePassFieldsAsArgs", "false"},
counts = {ALLOC, "= 2"},
Expand Down

0 comments on commit f3fa4f8

Please sign in to comment.