From 044b5023835c2c6ec0acaecdd251ce6aa948f031 Mon Sep 17 00:00:00 2001 From: Thomas Schatzl Date: Mon, 13 Aug 2018 12:24:25 +0200 Subject: [PATCH] 8205633: TestOptionsWithRanges.java of '-XX:TLABSize=2147483648' fails intermittently Exclude maximum range value from testing. Reviewed-by: sangheki, kbarrett --- .../CommandLine/OptionsValidation/TestOptionsWithRanges.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java b/test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java index 0ab9a0e9f15..94e72f683f7 100644 --- a/test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java +++ b/test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java @@ -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 @@ public class TestOptionsWithRanges { excludeTestMaxRange("NewSize"); excludeTestMaxRange("OldSize"); excludeTestMaxRange("ParallelGCThreads"); + excludeTestMaxRange("TLABSize"); /* * Remove parameters controlling the code cache. As these