-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b74
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135574 | emb-9 | Dmitry Dmitriev | P4 | Resolved | Fixed | team |
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).
- backported by
-
JDK-8135574 [TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with double option
-
- Resolved
-