Error message from validation check has wrong order on Windows

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • b94

      Windows prints validation fail error message out of order.

      eg)
      Expected behavior (except Windows)
      bin/java -XX:MinTLABSize=1 -version
      MinTLABSize (1) must be greater than or equal to reserved area in TLAB (16)
      Error: Could not create the Java Virtual Machine.
      Error: A fatal exception has occurred. Program will exit.

      On Windows:
      Error: Could not create the Java Virtual Machine.
      Error: A fatal exception has occurred. Program will exit.
      MinTLABSize (1) must be greater than or equal to reserved area in TLAB (16)

            Assignee:
            Sangheon Kim (Inactive)
            Reporter:
            Sangheon Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: