diff -r ccfa71bacd6f -r 57862a02bf4b test/hotspot/jtreg/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java --- a/test/hotspot/jtreg/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java Fri Oct 05 15:46:47 2018 -0700 +++ b/test/hotspot/jtreg/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java Fri Oct 05 18:56:11 2018 -0400 @@ -50,8 +50,9 @@ OS("isAix", "isLinux", "isOSX", "isSolaris", "isWindows"), VM_TYPE("isClient", "isServer", "isGraal", "isMinimal", "isZero", "isEmbedded"), MODE("isInt", "isMixed", "isComp"), - IGNORED("isEmulatedClient", "isDebugBuild", "isFastDebugBuild", "isSlowDebugBuild", - "hasSA", "shouldSAAttach", "isTieredSupported", "areCustomLoadersSupportedForCDS"); + IGNORED("isEmulatedClient", "isDebugBuild", "isFastDebugBuild", + "isSlowDebugBuild", "hasSA", "shouldSAAttach", "isTieredSupported", + "areCustomLoadersSupportedForCDS", "isDefaultCDSArchiveSupported"); public final List methodNames;