hotspot/test/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
changeset 28389 bbd61e9179a5
parent 28181 ce5d307551ea
child 28489 f395f4b55ea1
--- a/hotspot/test/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java	Tue Dec 23 12:40:13 2014 +0300
+++ b/hotspot/test/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java	Wed Dec 24 19:32:13 2014 +0300
@@ -48,7 +48,7 @@
         OS("isLinux", "isSolaris", "isWindows", "isOSX"),
         VM_TYPE("isClient", "isServer", "isGraal", "isMinimal"),
         IGNORED("isEmbedded", "isDebugBuild", "shouldSAAttach",
-                "canPtraceAttachLinux", "canAttachOSX");
+                "canPtraceAttachLinux", "canAttachOSX", "isTieredSupported");
 
         public final List<String> methodNames;