8153437: Temporary exclude AllocatePrefetchDistance from testing
Reviewed-by: dcubed
--- 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