hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
changeset 36616 5172e3dd60f2
parent 36508 5f9eee6b383b
parent 36574 adf1e92565a3
child 37212 eee5234b860e
child 36851 03e2f4d0a421
equal deleted inserted replaced
36615:c744e3b0f8c5 36616:5172e3dd60f2
    83         setAllowedExitCodes("SharedReadOnlySize", 2);
    83         setAllowedExitCodes("SharedReadOnlySize", 2);
    84         setAllowedExitCodes("SharedMiscDataSize", 2);
    84         setAllowedExitCodes("SharedMiscDataSize", 2);
    85         setAllowedExitCodes("SharedMiscCodeSize", 2);
    85         setAllowedExitCodes("SharedMiscCodeSize", 2);
    86 
    86 
    87         /*
    87         /*
    88          * JDK-8145204
       
    89          * Temporarily remove testing of max range for ParGCArrayScanChunk because
       
    90          * JVM can hang when ParGCArrayScanChunk=4294967296 and ParallelGC is used
       
    91          */
       
    92         excludeTestMaxRange("ParGCArrayScanChunk");
       
    93 
       
    94         /*
       
    95          * Remove CICompilerCount from testing because currently it can hang system
    88          * Remove CICompilerCount from testing because currently it can hang system
    96          */
    89          */
    97         excludeTestMaxRange("CICompilerCount");
    90         excludeTestMaxRange("CICompilerCount");
    98 
    91 
    99         /*
    92         /*