hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
changeset 34186 69c8391e72e1
parent 33610 abbaf2803dae
parent 34178 e30e720da91b
child 34317 e93b85bf4cc2
equal deleted inserted replaced
34185:ee71c590a456 34186:69c8391e72e1
    57          * (for default OS size) but other platforms insist it must be greater than 0
    57          * (for default OS size) but other platforms insist it must be greater than 0
    58         */
    58         */
    59         allOptionsAsMap.remove("ThreadStackSize");
    59         allOptionsAsMap.remove("ThreadStackSize");
    60 
    60 
    61         /*
    61         /*
       
    62          * Remove the flag controlling the size of the stack because the
       
    63          * flag has direct influence on the physical memory usage of
       
    64          * the VM.
       
    65          */
       
    66         allOptionsAsMap.remove("CompilerThreadStackSize");
       
    67 
       
    68         /*
    62          * Exclude MallocMaxTestWords as it is expected to exit VM at small values (>=0)
    69          * Exclude MallocMaxTestWords as it is expected to exit VM at small values (>=0)
    63          */
    70          */
    64         allOptionsAsMap.remove("MallocMaxTestWords");
    71         allOptionsAsMap.remove("MallocMaxTestWords");
    65 
    72 
    66         /*
    73         /*