hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
changeset 41070 496463b4e206
parent 40631 ed82623d7831
child 41179 07736e140bce
equal deleted inserted replaced
40931:d4d2a4a0e023 41070:496463b4e206
    87          * Remove CICompilerCount from testing because currently it can hang system
    87          * Remove CICompilerCount from testing because currently it can hang system
    88          */
    88          */
    89         excludeTestMaxRange("CICompilerCount");
    89         excludeTestMaxRange("CICompilerCount");
    90 
    90 
    91         /*
    91         /*
    92          * JDK-8136766
       
    93          * Temporarily remove ThreadStackSize from testing because Windows can set it to 0
       
    94          * (for default OS size) but other platforms insist it must be greater than 0
       
    95         */
       
    96         excludeTestRange("ThreadStackSize");
       
    97 
       
    98         /*
       
    99          * Remove the flag controlling the size of the stack because the
       
   100          * flag has direct influence on the physical memory usage of
       
   101          * the VM.
       
   102          */
       
   103         allOptionsAsMap.remove("CompilerThreadStackSize");
       
   104 
       
   105         /*
       
   106          * Exclude MallocMaxTestWords as it is expected to exit VM at small values (>=0)
    92          * Exclude MallocMaxTestWords as it is expected to exit VM at small values (>=0)
   107          */
    93          */
   108         excludeTestMinRange("MallocMaxTestWords");
    94         excludeTestMinRange("MallocMaxTestWords");
   109 
    95 
   110         /*
    96         /*
   122         excludeTestMaxRange("MaxRAM");
   108         excludeTestMaxRange("MaxRAM");
   123         excludeTestMaxRange("NewSize");
   109         excludeTestMaxRange("NewSize");
   124         excludeTestMaxRange("OldSize");
   110         excludeTestMaxRange("OldSize");
   125         excludeTestMaxRange("ParallelGCThreads");
   111         excludeTestMaxRange("ParallelGCThreads");
   126 
   112 
       
   113         excludeTestMaxRange("CompilerThreadStackSize");
       
   114         excludeTestMaxRange("ThreadStackSize");
   127         excludeTestMaxRange("VMThreadStackSize");
   115         excludeTestMaxRange("VMThreadStackSize");
   128 
   116 
   129         /*
   117         /*
   130          * Remove parameters controlling the code cache. As these
   118          * Remove parameters controlling the code cache. As these
   131          * parameters have implications on the physical memory
   119          * parameters have implications on the physical memory