hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
changeset 35462 a1bed49c67a8
parent 35074 4ac430acedd7
child 36175 0f5b32ce95fc
equal deleted inserted replaced
35461:1068dcb8d315 35462:a1bed49c67a8
   134         excludeTestMaxRange("ParallelGCThreads");
   134         excludeTestMaxRange("ParallelGCThreads");
   135 
   135 
   136         excludeTestMaxRange("VMThreadStackSize");
   136         excludeTestMaxRange("VMThreadStackSize");
   137 
   137 
   138         /*
   138         /*
   139          * JDK-8145027
       
   140          * Temporarily exclude as current range/constraint is not enough for some option combinations.
       
   141          */
       
   142         excludeTestRange("NUMAInterleaveGranularity");
       
   143 
       
   144         /*
       
   145          * Remove parameters controlling the code cache. As these
   139          * Remove parameters controlling the code cache. As these
   146          * parameters have implications on the physical memory
   140          * parameters have implications on the physical memory
   147          * reserved by the VM, setting them to large values may hang
   141          * reserved by the VM, setting them to large values may hang
   148          * the system and/or may cause concurrently executed tests to
   142          * the system and/or may cause concurrently executed tests to
   149          * fail. These parameters are rigorously checked when the code
   143          * fail. These parameters are rigorously checked when the code