hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
changeset 34675 a6bb3ba532e1
parent 34661 9a1d11d88ea0
child 35074 4ac430acedd7
equal deleted inserted replaced
34674:40430c641c59 34675:a6bb3ba532e1
   130         excludeTestMaxRange("ParallelGCThreads");
   130         excludeTestMaxRange("ParallelGCThreads");
   131 
   131 
   132         excludeTestMaxRange("VMThreadStackSize");
   132         excludeTestMaxRange("VMThreadStackSize");
   133 
   133 
   134         /*
   134         /*
       
   135          * JDK-8145027
       
   136          * Temporarily exclude as current range/constraint is not enough for some option combinations.
       
   137          */
       
   138         excludeTestRange("NUMAInterleaveGranularity");
       
   139 
       
   140         /*
   135          * Remove parameters controlling the code cache. As these
   141          * Remove parameters controlling the code cache. As these
   136          * parameters have implications on the physical memory
   142          * parameters have implications on the physical memory
   137          * reserved by the VM, setting them to large values may hang
   143          * reserved by the VM, setting them to large values may hang
   138          * the system and/or may cause concurrently executed tests to
   144          * the system and/or may cause concurrently executed tests to
   139          * fail. These parameters are rigorously checked when the code
   145          * fail. These parameters are rigorously checked when the code