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

[TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with double option

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • b74

        Sometimes runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with double option because "," decimal separator is used and JVM unable to parse double option. Default Locale is used to format double value and when decimal separator is "," for Locale then test failed. Need to explicitly specify Locale which have "." decimal separator(e.g. Locale.US).

              ddmitriev Dmitry Dmitriev
              ddmitriev Dmitry Dmitriev
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: