We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67b732 commit 380e8f6Copy full SHA for 380e8f6
test/hotspot/jtreg/compiler/valhalla/inlinetypes/TestLWorld.java
@@ -3310,9 +3310,8 @@ public void test113_verifier() {
3310
}
3311
3312
@Test
3313
- @IR(failOn = {ALLOC_G, MEMBAR})
3314
- // TODO 8326401
3315
- // counts = {PREDICATE_TRAP, "= 1"})
+ @IR(failOn = {ALLOC_G, MEMBAR},
+ counts = {PREDICATE_TRAP, "= 1"})
3316
public long test113_sharp() {
3317
long res = 0;
3318
for (int i = 0; i < lArr.length; i++) {
0 commit comments