< prev index next > test/hotspot/jtreg/compiler/c2/irTests/TestOptimizeUnstableIf.java
Print this page
TestFramework.run();
}
@Test
@Arguments(values = {Argument.MAX}) // the argument needs to be big enough to fall out of cache.
! @IR(failOn = {IRNode.ALLOC_OF, "Integer"})
public static int boxing_object(int value) {
Integer ii = Integer.valueOf(value);
int sum = 0;
if (value > 999_999) {
TestFramework.run();
}
@Test
@Arguments(values = {Argument.MAX}) // the argument needs to be big enough to fall out of cache.
! // TODO 8328675 Re-enable
+ // @IR(failOn = {IRNode.ALLOC_OF, "Integer"})
public static int boxing_object(int value) {
Integer ii = Integer.valueOf(value);
int sum = 0;
if (value > 999_999) {
< prev index next >