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	Fri Nov 13 17:08:15 2015
--- new/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java	Fri Nov 13 17:08:14 2015

*** 57,66 **** --- 57,73 ---- * (for default OS size) but other platforms insist it must be greater than 0 */ allOptionsAsMap.remove("ThreadStackSize"); /* + * Remove the flag controlling the size of the stack because the + * flag has direct influence on the physical memory usage of + * the VM. + */ + allOptionsAsMap.remove("CompilerThreadStackSize"); + + /* * Exclude MallocMaxTestWords as it is expected to exit VM at small values (>=0) */ allOptionsAsMap.remove("MallocMaxTestWords"); /*

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