hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
changeset 34675 a6bb3ba532e1
parent 34661 9a1d11d88ea0
child 35074 4ac430acedd7
--- a/hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java	Wed Dec 09 17:09:12 2015 +0000
+++ b/hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java	Wed Dec 09 12:35:09 2015 -0800
@@ -132,6 +132,12 @@
         excludeTestMaxRange("VMThreadStackSize");
 
         /*
+         * JDK-8145027
+         * Temporarily exclude as current range/constraint is not enough for some option combinations.
+         */
+        excludeTestRange("NUMAInterleaveGranularity");
+
+        /*
          * Remove parameters controlling the code cache. As these
          * parameters have implications on the physical memory
          * reserved by the VM, setting them to large values may hang