test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java	Tue Nov 10 11:06:22 2015
--- new/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java	Tue Nov 10 11:06:22 2015

*** 57,66 **** --- 57,74 ---- * (for default OS size) but other platforms insist it must be greater than 0 */ allOptionsAsMap.remove("ThreadStackSize"); /* + * JDK-8141650 + * Temporarily exclude SharedMiscDataSize as it will exit the VM with exit code 2 and + * "The shared miscellaneous data space is not large enough to preload requested classes." + * message at min value. + */ + allOptionsAsMap.remove("SharedMiscDataSize"); + + /* * 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 Wdiffs Patch New Old Previous File Next File