hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
changeset 46746 ea379ebb9447
parent 43467 f91da24c6bca
equal deleted inserted replaced
46745:f7b9bb98bb72 46746:ea379ebb9447
    75         int failedTests;
    75         int failedTests;
    76         List<JVMOption> allOptions;
    76         List<JVMOption> allOptions;
    77 
    77 
    78         allOptionsAsMap = JVMOptionsUtils.getOptionsWithRangeAsMap(origin -> (!(origin.contains("develop") || origin.contains("notproduct"))));
    78         allOptionsAsMap = JVMOptionsUtils.getOptionsWithRangeAsMap(origin -> (!(origin.contains("develop") || origin.contains("notproduct"))));
    79 
    79 
    80         /* Shared flags can cause JVM to exit with error code 2 */
       
    81         setAllowedExitCodes("SharedReadWriteSize", 2);
       
    82         setAllowedExitCodes("SharedReadOnlySize", 2);
       
    83         setAllowedExitCodes("SharedMiscDataSize", 2);
       
    84         setAllowedExitCodes("SharedMiscCodeSize", 2);
       
    85 
       
    86         /*
    80         /*
    87          * Remove CICompilerCount from testing because currently it can hang system
    81          * Remove CICompilerCount from testing because currently it can hang system
    88          */
    82          */
    89         excludeTestMaxRange("CICompilerCount");
    83         excludeTestMaxRange("CICompilerCount");
    90 
    84