hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
changeset 36616 5172e3dd60f2
parent 36508 5f9eee6b383b
parent 36574 adf1e92565a3
child 37212 eee5234b860e
child 36851 03e2f4d0a421
--- a/hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java	Tue Mar 22 10:43:58 2016 +0000
+++ b/hotspot/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java	Tue Mar 22 17:04:25 2016 +0000
@@ -85,13 +85,6 @@
         setAllowedExitCodes("SharedMiscCodeSize", 2);
 
         /*
-         * JDK-8145204
-         * Temporarily remove testing of max range for ParGCArrayScanChunk because
-         * JVM can hang when ParGCArrayScanChunk=4294967296 and ParallelGC is used
-         */
-        excludeTestMaxRange("ParGCArrayScanChunk");
-
-        /*
          * Remove CICompilerCount from testing because currently it can hang system
          */
         excludeTestMaxRange("CICompilerCount");