hotspot/src/cpu/zero/vm/macroAssembler_zero.inline.hpp
author goetz
Wed, 13 Jul 2016 12:23:05 +0200
changeset 40010 e32d5e545789
permissions -rw-r--r--
8161258: Simplify including platform files. Summary: Include patform files with macros cpu_header() etc. Do various cleanups of macro usages. Remove _64/_32 from adlc generated files and platform .hpp files. Merge stubRoutines_x86*.hpp. Remove empty mutex_<os>* files. Reviewed-by: dholmes, coleenp, kbarrett
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
40010
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
     1
/*
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
     2
 * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
     4
 *
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
     7
 * published by the Free Software Foundation.
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
     8
 *
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    13
 * accompanied this code).
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    14
 *
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    18
 *
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    21
 * questions.
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    22
 *
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    23
 */
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    24
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    25
#ifndef CPU_ZERO_VM_MACROASSEMBLER_ZERO_INLINE_HPP
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    26
#define CPU_ZERO_VM_MACROASSEMBLER_ZERO_INLINE_HPP
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    27
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    28
// Needed for includes in shared files.
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    29
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    30
#endif // CPU_ZERO_VM_MACROASSEMBLER_ZERO_INLINE_HPP