--- old/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java 2015-11-25 10:34:20.454980578 -0800 +++ new/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java 2015-11-25 10:34:20.354980582 -0800 @@ -29,7 +29,7 @@ * java.management * jdk.attach * jdk.management/sun.tools.attach - * @run main/othervm/timeout=780 TestOptionsWithRanges + * @run main/othervm/timeout=900 TestOptionsWithRanges */ import java.util.ArrayList; @@ -109,11 +109,20 @@ * 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