src/solaris/bin/i586/jvm.cfg
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File jdk-tl Sdiff src/solaris/bin/i586

src/solaris/bin/i586/jvm.cfg

Print this page




  19 #
  20 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 # or visit www.oracle.com if you need additional information or have any
  22 # questions.
  23 #
  24 # List of JVMs that can be used as an option to java, javac, etc.
  25 # Order is important -- first in this list is the default JVM.
  26 # NOTE that this both this file and its format are UNSUPPORTED and
  27 # WILL GO AWAY in a future release.
  28 #
  29 # You may also select a JVM in an arbitrary location with the
  30 # "-XXaltjvm=<jvm_dir>" option, but that too is unsupported
  31 # and may not be available in a future release.
  32 #
  33 -client IF_SERVER_CLASS -server
  34 -server KNOWN
  35 -hotspot ALIASED_TO -client
  36 -classic WARN
  37 -native ERROR
  38 -green ERROR



  19 #
  20 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 # or visit www.oracle.com if you need additional information or have any
  22 # questions.
  23 #
  24 # List of JVMs that can be used as an option to java, javac, etc.
  25 # Order is important -- first in this list is the default JVM.
  26 # NOTE that this both this file and its format are UNSUPPORTED and
  27 # WILL GO AWAY in a future release.
  28 #
  29 # You may also select a JVM in an arbitrary location with the
  30 # "-XXaltjvm=<jvm_dir>" option, but that too is unsupported
  31 # and may not be available in a future release.
  32 #
  33 -client IF_SERVER_CLASS -server
  34 -server KNOWN
  35 -hotspot ALIASED_TO -client
  36 -classic WARN
  37 -native ERROR
  38 -green ERROR
  39 -minimal KNOWN
src/solaris/bin/i586/jvm.cfg
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File