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

Command-line flags of type double should accept integer values

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: