jdk/src/java.base/unix/conf/ppc64/jvm.cfg
author ksrini
Thu, 10 Nov 2016 15:19:47 -0800
changeset 41966 bac52fa6e617
parent 32511 3037b7753a1d
permissions -rw-r--r--
8169001: Remove launcher's built-in ergonomics Reviewed-by: dholmes, erikj
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32511
3037b7753a1d 8135271: Add missing "-client IGNORE" to jvm.cfg file for ppc64
simonis
parents: 25859
diff changeset
     1
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
22587
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
     2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
     3
#
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
     4
# This code is free software; you can redistribute it and/or modify it
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
     5
# under the terms of the GNU General Public License version 2 only, as
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
     6
# published by the Free Software Foundation.  Oracle designates this
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
     7
# particular file as subject to the "Classpath" exception as provided
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
     8
# by Oracle in the LICENSE file that accompanied this code.
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
     9
#
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    10
# This code is distributed in the hope that it will be useful, but WITHOUT
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    11
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    12
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    13
# version 2 for more details (a copy is included in the LICENSE file that
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    14
# accompanied this code).
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    15
#
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    16
# You should have received a copy of the GNU General Public License version
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    17
# 2 along with this work; if not, write to the Free Software Foundation,
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    18
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    19
#
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    20
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    21
# or visit www.oracle.com if you need additional information or have any
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    22
# questions.
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    23
#
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    24
# List of JVMs that can be used as an option to java, javac, etc.
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    25
# Order is important -- first in this list is the default JVM.
41966
bac52fa6e617 8169001: Remove launcher's built-in ergonomics
ksrini
parents: 32511
diff changeset
    26
# NOTE that both this file and its format are UNSUPPORTED and
22587
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    27
# WILL GO AWAY in a future release.
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    28
#
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    29
# You may also select a JVM in an arbitrary location with the
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    30
# "-XXaltjvm=<jvm_dir>" option, but that too is unsupported
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    31
# and may not be available in a future release.
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    32
#
28bea2d65a18 8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
simonis
parents:
diff changeset
    33
-server KNOWN
32511
3037b7753a1d 8135271: Add missing "-client IGNORE" to jvm.cfg file for ppc64
simonis
parents: 25859
diff changeset
    34
-client IGNORE