We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d13fb2 commit 46af82eCopy full SHA for 46af82e
test/lib/jdk/test/lib/Platform.java
@@ -79,7 +79,7 @@ public static boolean isEmulatedClient() {
79
}
80
81
public static boolean isTieredSupported() {
82
- return compiler.contains("Tiered Compilers");
+ return (compiler != null) && compiler.contains("Tiered Compilers");
83
84
85
public static boolean isInt() {
0 commit comments