JDK-8267246 causes regression if LANG set to ru_RU

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • None
    • Affects Version/s: 11.0.14
    • Component/s: infrastructure
    • None

      I have found JDK-8267246 to cause jtreg failure due to type of floating point in different locales, when locale is en, you have 6.25, when locate is ru_RU it's 6,25

      So it results in this error:

      Running test 'jtreg:test/hotspot/jtreg:tier1'
      Improperly specified VM option 'MaxRAMPercentage=6,25'
      Error: Could not create the Java Virtual Machine.
      Error: A fatal exception has occurred. Program will exit.

      workaround is unset LANG before the run

            Assignee:
            Unassigned
            Reporter:
            Vladimir Kempik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: