< prev index next >

test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java

Print this page

        

*** 107,130 **** /* * Exclude below options as their maximum value would consume too much memory * and would affect other tests that run in parallel. */ ! allOptionsAsMap.remove("ConcGCThreads"); excludeTestMaxRange("G1ConcRefinementThreads"); excludeTestMaxRange("G1RSetRegionEntries"); excludeTestMaxRange("G1RSetSparseRegionEntries"); excludeTestMaxRange("G1UpdateBufferSize"); excludeTestMaxRange("InitialBootClassLoaderMetaspaceSize"); ! allOptionsAsMap.remove("InitialHeapSize"); ! allOptionsAsMap.remove("MaxHeapSize"); ! allOptionsAsMap.remove("MaxRAM"); ! allOptionsAsMap.remove("NewSize"); ! allOptionsAsMap.remove("OldSize"); ! allOptionsAsMap.remove("ParallelGCThreads"); ! allOptionsAsMap.remove("VMThreadStackSize"); /* * Remove parameters controlling the code cache. As these * parameters have implications on the physical memory * reserved by the VM, setting them to large values may hang --- 107,130 ---- /* * Exclude below options as their maximum value would consume too much memory * and would affect other tests that run in parallel. */ ! excludeTestMaxRange("ConcGCThreads"); excludeTestMaxRange("G1ConcRefinementThreads"); excludeTestMaxRange("G1RSetRegionEntries"); excludeTestMaxRange("G1RSetSparseRegionEntries"); excludeTestMaxRange("G1UpdateBufferSize"); excludeTestMaxRange("InitialBootClassLoaderMetaspaceSize"); ! excludeTestMaxRange("InitialHeapSize"); ! excludeTestMaxRange("MaxHeapSize"); ! excludeTestMaxRange("MaxRAM"); ! excludeTestMaxRange("NewSize"); ! excludeTestMaxRange("OldSize"); ! excludeTestMaxRange("ParallelGCThreads"); ! excludeTestMaxRange("VMThreadStackSize"); /* * Remove parameters controlling the code cache. As these * parameters have implications on the physical memory * reserved by the VM, setting them to large values may hang
< prev index next >