hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
changeset 37297 d65d53a0ecc7
parent 36851 03e2f4d0a421
parent 37249 4dd23988cb39
child 38220 8d86b82e0ac7
equal deleted inserted replaced
37011:c84d0cce090e 37297:d65d53a0ecc7
    88          * Remove CICompilerCount from testing because currently it can hang system
    88          * Remove CICompilerCount from testing because currently it can hang system
    89          */
    89          */
    90         excludeTestMaxRange("CICompilerCount");
    90         excludeTestMaxRange("CICompilerCount");
    91 
    91 
    92         /*
    92         /*
       
    93          * JDK-8153340
       
    94          * Temporary exclude AllocatePrefetchDistance option from testing
       
    95          */
       
    96         excludeTestRange("AllocatePrefetchDistance");
       
    97 
       
    98 
       
    99         /*
    93          * JDK-8136766
   100          * JDK-8136766
    94          * Temporarily remove ThreadStackSize from testing because Windows can set it to 0
   101          * Temporarily remove ThreadStackSize from testing because Windows can set it to 0
    95          * (for default OS size) but other platforms insist it must be greater than 0
   102          * (for default OS size) but other platforms insist it must be greater than 0
    96         */
   103         */
    97         excludeTestRange("ThreadStackSize");
   104         excludeTestRange("ThreadStackSize");
    98 
       
    99         /*
       
   100          * JDK-8143958
       
   101          * Temporarily exclude testing of max range for Shared* flags
       
   102          */
       
   103         excludeTestMaxRange("SharedReadWriteSize");
       
   104         excludeTestMaxRange("SharedReadOnlySize");
       
   105         excludeTestMaxRange("SharedMiscDataSize");
       
   106         excludeTestMaxRange("SharedMiscCodeSize");
       
   107 
   105 
   108         /*
   106         /*
   109          * Remove the flag controlling the size of the stack because the
   107          * Remove the flag controlling the size of the stack because the
   110          * flag has direct influence on the physical memory usage of
   108          * flag has direct influence on the physical memory usage of
   111          * the VM.
   109          * the VM.