Urgent trivial RFR: 8156689: [TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java disable range testing of Allocate*PrefetchLines

David Holmes david.holmes at oracle.com
Wed May 11 05:50:09 UTC 2016


webrev: http://cr.openjdk.java.net/~dholmes/8156689/webrev/

and patch below.

Bug is not public.

JDK-8153340 has introduced failures in the range constraint checking for 
the Allocate*PrefetchLines flags on some platforms. So we exclude those 
flags from the range test until the underlying issue (JDK-8156679) is 
resolved.

This will be pushed, under the "trivial change" rule as soon as I have 
one Reviewer.

Thanks,
David
---

--- 
old/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java 
Wed May 11 01:40:32 2016
+++ 
new/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java 
Wed May 11 01:40:31 2016
@@ -90,6 +90,14 @@
          excludeTestMaxRange("CICompilerCount");

          /*
+         * JDK-8156679
+         * Temporarily exclude from range testing as the range is not
+         * valid for all platforms
+         */
+        excludeTestRange("AllocatePrefetchLines");
+        excludeTestRange("AllocateInstancePrefetchLines");
+
+        /*


More information about the hotspot-dev mailing list