src/share/vm/runtime/vmStructs_trace.hpp

Thu, 24 May 2018 20:03:11 +0800

author
aoqi
date
Thu, 24 May 2018 20:03:11 +0800
changeset 8868
91ddc23482a4
parent 7589
f9d003ea9023
permissions
-rw-r--r--

Increase MaxHeapSize for better performance on MIPS

poonam@7589 1 /*
poonam@7589 2 * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
poonam@7589 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
poonam@7589 4 *
poonam@7589 5 * This code is free software; you can redistribute it and/or modify it
poonam@7589 6 * under the terms of the GNU General Public License version 2 only, as
poonam@7589 7 * published by the Free Software Foundation.
poonam@7589 8 *
poonam@7589 9 * This code is distributed in the hope that it will be useful, but WITHOUT
poonam@7589 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
poonam@7589 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
poonam@7589 12 * version 2 for more details (a copy is included in the LICENSE file that
poonam@7589 13 * accompanied this code).
poonam@7589 14 *
poonam@7589 15 * You should have received a copy of the GNU General Public License version
poonam@7589 16 * 2 along with this work; if not, write to the Free Software Foundation,
poonam@7589 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
poonam@7589 18 *
poonam@7589 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
poonam@7589 20 * or visit www.oracle.com if you need additional information or have any
poonam@7589 21 * questions.
poonam@7589 22 *
poonam@7589 23 */
poonam@7589 24
poonam@7589 25 #ifndef SHARE_VM_RUNTIME_VMSTRUCTS_TRACE_HPP
poonam@7589 26 #define SHARE_VM_RUNTIME_VMSTRUCTS_TRACE_HPP
poonam@7589 27
poonam@7589 28 #define VM_INT_CONSTANTS_TRACE(a)
poonam@7589 29
poonam@7589 30 #define VM_STRUCTS_TRACE(a, b)
poonam@7589 31
poonam@7589 32 #define VM_TYPES_TRACE(a, b)
poonam@7589 33
poonam@7589 34
poonam@7589 35 #endif // SHARE_VM_RUNTIME_VMSTRUCTS_TRACE_HPP

mercurial