jvm.cfg revision 2362
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# Copyright (c) 2002, 2005, Oracle and/or its affiliates. All rights reserved.
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington#
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington# This code is free software; you can redistribute it and/or modify it
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# under the terms of the GNU General Public License version 2 only, as
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# published by the Free Software Foundation. Oracle designates this
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# particular file as subject to the "Classpath" exception as provided
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# by Oracle in the LICENSE file that accompanied this code.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# This code is distributed in the hope that it will be useful, but WITHOUT
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington# version 2 for more details (a copy is included in the LICENSE file that
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington# accompanied this code).
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein#
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# You should have received a copy of the GNU General Public License version
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington# 2 along with this work; if not, write to the Free Software Foundation,
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington#
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# or visit www.oracle.com if you need additional information or have any
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington# questions.
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington#
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington#
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington# List of JVMs that can be used as an option to java, javac, etc.
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington# Order is important -- first in this list is the default JVM.
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington# NOTE that this both this file and its format are UNSUPPORTED and
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# WILL GO AWAY in a future release.
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington#
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington# You may also select a JVM in an arbitrary location with the
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington# "-XXaltjvm=<jvm_dir>" option, but that too is unsupported
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington# and may not be available in a future release.
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington#
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington-server KNOWN
386a52a5ea8b674922da1da829c5179fea50e9caBrian Wellington-client IGNORE
-hotspot ALIASED_TO -server
-classic WARN
-native ERROR
-green ERROR