调整目录结构
This commit is contained in:
24
build_tools/Tools/jdk1.5.0_19/jre/lib/i386/jvm.cfg
Normal file
24
build_tools/Tools/jdk1.5.0_19/jre/lib/i386/jvm.cfg
Normal file
@@ -0,0 +1,24 @@
|
||||
#
|
||||
# @(#)jvm.cfg 1.7 03/01/23
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
|
||||
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
-client KNOWN
|
||||
-server KNOWN
|
||||
-hotspot ALIASED_TO -client
|
||||
-classic WARN
|
||||
-native ERROR
|
||||
-green ERROR
|
||||
Reference in New Issue
Block a user