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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: 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).

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

                Created:
                Updated:
                Resolved: