# HG changeset patch # User tschatzl # Date 1534155865 -7200 # Node ID 677e21d875aeb2b426c0ccfc3c3f7d8a58f65be2 # Parent 2f58537e1bc0dbe6486a8d55a49d3c4ef111c057 8205633: TestOptionsWithRanges.java of '-XX:TLABSize=2147483648' fails intermittently Summary: Exclude maximum range value from testing. Reviewed-by: sangheki, kbarrett diff -r 2f58537e1bc0 -r 677e21d875ae test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java --- a/test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java Mon Aug 13 12:24:25 2018 +0200 +++ b/test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java Mon Aug 13 12:24:25 2018 +0200 @@ -23,6 +23,7 @@ /* * @test + * @bug 8205633 * @summary Test VM Options with ranges * @library /test/lib /runtime/CommandLine/OptionsValidation/common * @modules java.base/jdk.internal.misc @@ -108,6 +109,7 @@ excludeTestMaxRange("NewSize"); excludeTestMaxRange("OldSize"); excludeTestMaxRange("ParallelGCThreads"); + excludeTestMaxRange("TLABSize"); /* * Remove parameters controlling the code cache. As these