8153437: Temporary exclude AllocatePrefetchDistance from testing
authorddmitriev
Tue, 05 Apr 2016 00:36:59 +0300
changeset 37249 4dd23988cb39
parent 37248 11a660dbbb8e
child 37252 d9b7f60c0b98
8153437: Temporary exclude AllocatePrefetchDistance from testing Reviewed-by: dcubed
hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
--- a/hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java	Mon Apr 04 12:57:48 2016 -0400
+++ b/hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java	Tue Apr 05 00:36:59 2016 +0300
@@ -90,6 +90,13 @@
         excludeTestMaxRange("CICompilerCount");
 
         /*
+         * JDK-8153340
+         * Temporary exclude AllocatePrefetchDistance option from testing
+         */
+        excludeTestRange("AllocatePrefetchDistance");
+
+
+        /*
          * JDK-8136766
          * Temporarily remove ThreadStackSize from testing because Windows can set it to 0
          * (for default OS size) but other platforms insist it must be greater than 0