JDK : tiger, mustang
JDK binary type: windows-amd64
When running "java -client -version" on Windows AMD64 with windows-amd64 jdk, it shows " Error: client VM not supported"
"-client" flags should be silently ignored and the server VM should be used for both Linux and Windows amd64 bundles. For example, linux-amd64, "java -client -version" shows:
dtftest@opteron001:/export/jdk/b25/linux-amd64/jdk1.6.0> bin/java -client -version
java version "1.6.0-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-ea-b25)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0-ea-b25, mixed mode)
###@###.### 2005-3-01 01:04:50 GMT
JDK binary type: windows-amd64
When running "java -client -version" on Windows AMD64 with windows-amd64 jdk, it shows " Error: client VM not supported"
"-client" flags should be silently ignored and the server VM should be used for both Linux and Windows amd64 bundles. For example, linux-amd64, "java -client -version" shows:
dtftest@opteron001:/export/jdk/b25/linux-amd64/jdk1.6.0> bin/java -client -version
java version "1.6.0-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-ea-b25)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0-ea-b25, mixed mode)
###@###.### 2005-3-01 01:04:50 GMT
- relates to
-
JDK-6234731 Javadoc doesn't give enough details on 64bit VM behavior(sol/win/lin) for different options.
-
- Resolved
-
-
JDK-6577429 java -d64 should work consistently (inconsistent behavior on windows-amd64)
-
- Closed
-
-
JDK-4942878 Don't make "java -client" be an error on 64-bit platforms
-
- Resolved
-