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

Error message from validation check has wrong order on Windows

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • 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)

            sangheki Sangheon Kim
            sangheki Sangheon Kim
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: