Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8142510

-XX:+PrintFlagsRanges should print default range value for those flags that have constraint and an implicit range.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • 9
    • hotspot
    • None
    • b115

      Currently -XX:+PrintFlagsRanges will print "[ ... ]" for those flags without range.

      In order to tell which flags are implemented and which are not, we need a mechanism to tell them apart. Flags with constraints are allowed not to specify explicit range, if default range works, so for such flags (which we do have), we need to modify how -XX:+PrintFlagsRanges.

      We need -XX:+PrintFlagsRanges to substitute default range values "[ MIN, MAX ]" suitable for the flag's type, when printing those flags that have constraints, but no explicit range.

            gziemski Gerard Ziemski
            gziemski Gerard Ziemski
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: