hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
changeset 33230 23bb11a5cf4e
parent 33198 b37ad9fbf681
parent 33222 e0a340f4ab6e
child 34178 e30e720da91b
child 33610 abbaf2803dae
equal deleted inserted replaced
33199:ba60c42fa77b 33230:23bb11a5cf4e
    50          * Remove CICompilerCount from testing because currently it can hang system
    50          * Remove CICompilerCount from testing because currently it can hang system
    51          */
    51          */
    52         allOptionsAsMap.remove("CICompilerCount");
    52         allOptionsAsMap.remove("CICompilerCount");
    53 
    53 
    54         /*
    54         /*
       
    55          * JDK-8136766
       
    56          * Temporarily remove ThreadStackSize from testing because Windows can set it to 0
       
    57          * (for default OS size) but other platforms insist it must be greater than 0
       
    58         */
       
    59         allOptionsAsMap.remove("ThreadStackSize");
       
    60 
       
    61         /*
       
    62          * Exclude MallocMaxTestWords as it is expected to exit VM at small values (>=0)
       
    63          */
       
    64         allOptionsAsMap.remove("MallocMaxTestWords");
       
    65 
       
    66         /*
    55          * Exclude below options as their maximum value would consume too much memory
    67          * Exclude below options as their maximum value would consume too much memory
    56          * and would affect other tests that run in parallel.
    68          * and would affect other tests that run in parallel.
    57          */
    69          */
    58         allOptionsAsMap.remove("G1ConcRefinementThreads");
    70         allOptionsAsMap.remove("G1ConcRefinementThreads");
    59         allOptionsAsMap.remove("G1RSetRegionEntries");
    71         allOptionsAsMap.remove("G1RSetRegionEntries");