Merge
authorjmasa
Wed, 09 Dec 2015 22:27:37 +0000
changeset 35042 46984d6a0998
parent 35041 3e70fcaa8b53 (current diff)
parent 34675 a6bb3ba532e1 (diff)
child 35043 30543d2a0a20
Merge
--- a/hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java	Wed Dec 09 20:30:33 2015 +0000
+++ b/hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java	Wed Dec 09 22:27:37 2015 +0000
@@ -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