hotspot/src/os_cpu/aix_ppc/vm/bytes_aix_ppc.inline.hpp
author fyang
Tue, 20 Jun 2017 17:00:07 +0800
changeset 46552 5cebeef576b2
parent 40010 e32d5e545789
permissions -rw-r--r--
8182581: aarch64: fix for crash caused by earlyret of compiled method Summary: fix jvm crash caused by earlyret of compiled method for aarch64 port Reviewed-by: aph Contributed-by: snazarkin@azul.com
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 OS_CPU_AIX_PPC_VM_BYTES_AIX_PPC_INLINE_HPP
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    26
#define OS_CPU_AIX_PPC_VM_BYTES_AIX_PPC_INLINE_HPP
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    27
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    28
#if defined(VM_LITTLE_ENDIAN)
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    29
// Aix is not little endian.
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    30
#endif // VM_LITTLE_ENDIAN
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    31
e32d5e545789 8161258: Simplify including platform files.
goetz
parents:
diff changeset
    32
#endif // OS_CPU_AIX_PPC_VM_BYTES_AIX_PPC_INLINE_HPP