> -server KNOWN > -client IGNORE > > Should that be '-client KNOWN' ? I thought the 32-bit JVM is a client-tuned > hotspot. I could be wrong, based on the output of 'java -d32 version'.
I just made a copy off x86-64 file into universal, so may be there is miss. I checked with Oracle Java 7 for OSX, same contents : # List of JVMs that can be used as an option to java, javac, etc. # Order is important -- first in this list is the default JVM. # NOTE that this both this file and its format are UNSUPPORTED and # WILL GO AWAY in a future release. # # You may also select a JVM in an arbitrary location with the # "-XXaltjvm=<jvm_dir>" option, but that too is unsupported # and may not be available in a future release. # -server KNOWN -client IGNORE -hotspot ERROR -classic WARN -native ERROR -green ERROR May be a mistake ?
