123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- # ===========================================================================
- # Licensed Materials - Property of IBM
- # "Restricted Materials of IBM"
- #
- # IBM SDK, Java(tm) Technology Edition, v7
- # (C) Copyright IBM Corp. 2014, 2014. All Rights Reserved
- #
- # US Government Users Restricted Rights - Use, duplication or disclosure
- # restricted by GSA ADP Schedule Contract with IBM Corp.
- # ===========================================================================
- #
- #
- #
- # Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved.
- # ORACLE 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.
- #
- -j9vm KNOWN
- -hotspot IGNORE
- -classic IGNORE
- -native IGNORE
- -green IGNORE
|