-
Bug
-
Resolution: Fixed
-
P3
-
9
-
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)
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)
- relates to
-
JDK-8145587 MonitorInflationTest fails with 'Deflating object ' missing from stdout/stderr
-
- Closed
-