mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8376422: Run compiler/corelibs/OptionalFold.java with tiered compilation
Reviewed-by: dholmes
This commit is contained in:
parent
12570be64a
commit
fdcc122a9d
@ -41,7 +41,8 @@ import compiler.lib.ir_framework.TestFramework;
|
|||||||
public class OptionalFold {
|
public class OptionalFold {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
TestFramework.run();
|
// Somehow fails with -XX:-TieredCompilation
|
||||||
|
TestFramework.runWithFlags("-XX:+TieredCompilation");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ensure both present and empty values can fold
|
// Ensure both present and empty values can fold
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user