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)