hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
changeset 33144 c56850e328fc
parent 31372 9821df46cf47
child 33222 e0a340f4ab6e
child 33198 b37ad9fbf681
equal deleted inserted replaced
33143:2083f82acec8 33144:c56850e328fc
    49         /*
    49         /*
    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         /*
       
    55          * Exclude below options as their maximum value would consume too much memory
       
    56          * and would affect other tests that run in parallel.
       
    57          */
       
    58         allOptionsAsMap.remove("G1ConcRefinementThreads");
       
    59         allOptionsAsMap.remove("G1RSetRegionEntries");
       
    60         allOptionsAsMap.remove("G1RSetSparseRegionEntries");
       
    61 
    54         allOptions = new ArrayList<>(allOptionsAsMap.values());
    62         allOptions = new ArrayList<>(allOptionsAsMap.values());
    55 
    63 
    56         Asserts.assertGT(allOptions.size(), 0, "Options with ranges not found!");
    64         Asserts.assertGT(allOptions.size(), 0, "Options with ranges not found!");
    57 
    65 
    58         System.out.println("Parsed " + allOptions.size() + " options with ranges. Start test!");
    66         System.out.println("Parsed " + allOptions.size() + " options with ranges. Start test!");