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