src/java.base/unix/conf/arm/jvm.cfg
author psadhukhan
Sat, 03 Mar 2018 09:55:22 +0530
changeset 49219 d084b5176395
parent 47216 71c04702a3d5
permissions -rw-r--r--
8194767: Regression automated Test 'javax/swing/JEditorPane/6917744/bug6917744.java' fails Reviewed-by: ssadetsky, prr
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
42768
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
     1
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
     2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
     3
#
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
     4
# This code is free software; you can redistribute it and/or modify it
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
     5
# under the terms of the GNU General Public License version 2 only, as
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
     6
# published by the Free Software Foundation.  Oracle designates this
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
     7
# particular file as subject to the "Classpath" exception as provided
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
     8
# by Oracle in the LICENSE file that accompanied this code.
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
     9
#
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    10
# This code is distributed in the hope that it will be useful, but WITHOUT
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    11
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    12
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    13
# version 2 for more details (a copy is included in the LICENSE file that
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    14
# accompanied this code).
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    15
#
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    16
# You should have received a copy of the GNU General Public License version
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    17
# 2 along with this work; if not, write to the Free Software Foundation,
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    18
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    19
#
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    20
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    21
# or visit www.oracle.com if you need additional information or have any
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    22
# questions.
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    23
#
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    24
# 
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    25
# List of JVMs that can be used as an option to java, javac, etc.
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    26
# Order is important -- first in this list is the default JVM.
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    27
# NOTE that this both this file and its format are UNSUPPORTED and
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    28
# WILL GO AWAY in a future release.
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    29
#
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    30
# You may also select a JVM in an arbitrary location with the
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    31
# "-XXaltjvm=<jvm_dir>" option, but that too is unsupported
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    32
# and may not be available in a future release.
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    33
#
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    34
-server KNOWN
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    35
-client KNOWN
b3cc743446a2 8168503: JEP 297: Unified arm32/arm64 Port
bobv
parents:
diff changeset
    36
-minimal KNOWN