test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java	Mon May 23 12:58:29 2016
--- new/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java	Mon May 23 12:58:29 2016

*** 88,105 **** --- 88,97 ---- * Remove CICompilerCount from testing because currently it can hang system */ excludeTestMaxRange("CICompilerCount"); /* * JDK-8156679 * Temporarily exclude from range testing as the range is not * valid for all platforms */ excludeTestRange("AllocatePrefetchLines"); excludeTestRange("AllocateInstancePrefetchLines"); /* * 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 */ excludeTestRange("ThreadStackSize");

test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File