1 |
# |
2 |
# @(#)jvm.cfg 1.9 10/03/23 |
3 |
# |
4 |
# Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. |
5 |
# ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. |
6 |
# |
7 |
# |
8 |
# |
9 |
# |
10 |
# List of JVMs that can be used as an option to java, javac, etc. |
11 |
# Order is important -- first in this list is the default JVM. |
12 |
# NOTE that this both this file and its format are UNSUPPORTED and |
13 |
# WILL GO AWAY in a future release. |
14 |
# |
15 |
# You may also select a JVM in an arbitrary location with the |
16 |
# "-XXaltjvm=<jvm_dir>" option, but that too is unsupported |
17 |
# and may not be available in a future release. |
18 |
# |
19 |
-client KNOWN |
20 |
-server KNOWN |
21 |
-hotspot ALIASED_TO -client |
22 |
-classic WARN |
23 |
-native ERROR |
24 |
-green ERROR |