Skip to content

Commit 380e8f6

Browse files
chhagedornTobiHartmann
authored andcommittedApr 30, 2024
8326401: [lworld] compiler/valhalla/inlinetypes/TestLWorld.java fails after merge of jdk-22+25
Reviewed-by: thartmann
1 parent d67b732 commit 380e8f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎test/hotspot/jtreg/compiler/valhalla/inlinetypes/TestLWorld.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -3310,9 +3310,8 @@ public void test113_verifier() {
33103310
}
33113311

33123312
@Test
3313-
@IR(failOn = {ALLOC_G, MEMBAR})
3314-
// TODO 8326401
3315-
// counts = {PREDICATE_TRAP, "= 1"})
3313+
@IR(failOn = {ALLOC_G, MEMBAR},
3314+
counts = {PREDICATE_TRAP, "= 1"})
33163315
public long test113_sharp() {
33173316
long res = 0;
33183317
for (int i = 0; i < lArr.length; i++) {

0 commit comments

Comments
 (0)
Please sign in to comment.