JDK-8143038 : [TESTBUG] TestOptionsWithRanges: allow excluding only a subset of tested values specified for a flag
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-11-16
  • Updated: 2015-12-10
  • Resolved: 2015-11-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b96Fixed
Related Reports
Relates :  
Description
During the review of JDK-8140327 [1]  Vladimir Kozlov suggested to possibly modify the test to allow testing a subset of the values automatically generated for a flag:

"I see that a lot of flags are removed from testing because upper limit testing can cause OOM.
May be the test should be modified to at least test low limit for these flags. But it is an other RFE."

Excluding only a subset of the values for a flag might be applicable, for example, to the G1RSetRegionEntries and to the G1RSetSparseRegionEntries flags.

[1] http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2015-November/019837.html