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

test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java

Print this page

        

*** 88,104 **** * Remove CICompilerCount from testing because currently it can hang system */ 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 */ excludeTestRange("ThreadStackSize"); --- 88,97 ----
test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File