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

Command-line flags of type double should accept integer values

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 10
    • 10
    • hotspot
    • None
    • b21

      For convenience, command-line flags of type double should accept integer values (as well as the normal double values). This would allow users to write the short form, e.g:

      -XX:G1ConcMarkStepDurationMillis=10

      instead of always having to do:

      -XX:G1ConcMarkStepDurationMillis=10.0

            pliden Per Liden (Inactive)
            pliden Per Liden (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: