src/hotspot/cpu/ppc/globalDefinitions_ppc.hpp
author mbaesken
Mon, 04 Nov 2019 09:54:00 +0100
changeset 58904 1f7981ef8779
parent 57978 be5865bda5b9
child 59014 36fde8064316
permissions -rw-r--r--
8233078: fix minimal VM build on Linux ppc64(le) Reviewed-by: mdoerr, lucy
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22824
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
     1
/*
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 48506
diff changeset
     2
 * Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved.
38931
3cf28d630349 8156923: [ppc] Implement "JEP 270: Reserved Stack Areas for Critical Sections".
goetz
parents: 36560
diff changeset
     3
 * Copyright (c) 2012, 2016 SAP SE. All rights reserved.
22824
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
     4
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
     5
 *
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
     6
 * This code is free software; you can redistribute it and/or modify it
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
     7
 * under the terms of the GNU General Public License version 2 only, as
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
     8
 * published by the Free Software Foundation.
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
     9
 *
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    10
 * This code is distributed in the hope that it will be useful, but WITHOUT
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    11
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    12
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    13
 * version 2 for more details (a copy is included in the LICENSE file that
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    14
 * accompanied this code).
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    15
 *
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    16
 * You should have received a copy of the GNU General Public License version
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    17
 * 2 along with this work; if not, write to the Free Software Foundation,
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    18
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    19
 *
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    20
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    21
 * or visit www.oracle.com if you need additional information or have any
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    22
 * questions.
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    23
 *
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    24
 */
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    25
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 48506
diff changeset
    26
#ifndef CPU_PPC_GLOBALDEFINITIONS_PPC_HPP
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 48506
diff changeset
    27
#define CPU_PPC_GLOBALDEFINITIONS_PPC_HPP
22824
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    28
35166
23125410af16 8145117: PPC64: Remove cpp interpreter implementation
goetz
parents: 35063
diff changeset
    29
#ifdef CC_INTERP
35214
d86005e0b4c2 8074457: Remove the non-Zero CPP Interpreter
coleenp
parents: 35166
diff changeset
    30
#error "CC_INTERP is no longer supported. Removed in change 8145117."
35166
23125410af16 8145117: PPC64: Remove cpp interpreter implementation
goetz
parents: 35063
diff changeset
    31
#endif
23125410af16 8145117: PPC64: Remove cpp interpreter implementation
goetz
parents: 35063
diff changeset
    32
22824
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    33
// Size of PPC Instructions
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    34
const int BytesPerInstWord = 4;
28258dd5cb2e 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz
parents:
diff changeset
    35
22834
3e2df6a4a28c 8024342: PPC64 (part 111): Support for C calling conventions that require 64-bit ints.
goetz
parents: 22824
diff changeset
    36
const int StackAlignmentInBytes = 16;
3e2df6a4a28c 8024342: PPC64 (part 111): Support for C calling conventions that require 64-bit ints.
goetz
parents: 22824
diff changeset
    37
35112
b3c4347bb751 8144466: ppc64: fix argument passing through opto stubs.
goetz
parents: 35085
diff changeset
    38
// Indicates whether the C calling conventions require that
b3c4347bb751 8144466: ppc64: fix argument passing through opto stubs.
goetz
parents: 35085
diff changeset
    39
// 32-bit integer argument values are extended to 64 bits.
b3c4347bb751 8144466: ppc64: fix argument passing through opto stubs.
goetz
parents: 35085
diff changeset
    40
const bool CCallingConventionRequiresIntsAsLongs = true;
b3c4347bb751 8144466: ppc64: fix argument passing through opto stubs.
goetz
parents: 35085
diff changeset
    41
27012
f8fdfab4757b 8059592: Recent bugfixes in ppc64 port.
goetz
parents: 22868
diff changeset
    42
#define SUPPORTS_NATIVE_CX8
f8fdfab4757b 8059592: Recent bugfixes in ppc64 port.
goetz
parents: 22868
diff changeset
    43
57978
be5865bda5b9 8229422: Taskqueue: Outdated selection of weak memory model platforms
mdoerr
parents: 53244
diff changeset
    44
// PPC64 is not specified as multi-copy-atomic
be5865bda5b9 8229422: Taskqueue: Outdated selection of weak memory model platforms
mdoerr
parents: 53244
diff changeset
    45
// So we must not #define CPU_MULTI_COPY_ATOMIC
22868
7f6eb436873b 8029101: PPC64 (part 211): ordering of Independent Reads of Independent Writes
goetz
parents: 22834
diff changeset
    46
35085
839c8ba29724 8144019: PPC64 C1: Introduce Client Compiler
mdoerr
parents: 31590
diff changeset
    47
// The expected size in bytes of a cache line, used to pad data structures.
839c8ba29724 8144019: PPC64 C1: Introduce Client Compiler
mdoerr
parents: 31590
diff changeset
    48
#define DEFAULT_CACHE_LINE_SIZE 128
839c8ba29724 8144019: PPC64 C1: Introduce Client Compiler
mdoerr
parents: 31590
diff changeset
    49
40010
e32d5e545789 8161258: Simplify including platform files.
goetz
parents: 38931
diff changeset
    50
#if defined(COMPILER2) && (defined(AIX) || defined(LINUX))
35063
cb24277be2e7 8144847: PPC64: Update Transactional Memory and Atomic::cmpxchg code
mdoerr
parents: 31590
diff changeset
    51
// Include Transactional Memory lock eliding optimization
cb24277be2e7 8144847: PPC64: Update Transactional Memory and Atomic::cmpxchg code
mdoerr
parents: 31590
diff changeset
    52
#define INCLUDE_RTM_OPT 1
58904
1f7981ef8779 8233078: fix minimal VM build on Linux ppc64(le)
mbaesken
parents: 57978
diff changeset
    53
#else
1f7981ef8779 8233078: fix minimal VM build on Linux ppc64(le)
mbaesken
parents: 57978
diff changeset
    54
#define INCLUDE_RTM_OPT 0
35063
cb24277be2e7 8144847: PPC64: Update Transactional Memory and Atomic::cmpxchg code
mdoerr
parents: 31590
diff changeset
    55
#endif
cb24277be2e7 8144847: PPC64: Update Transactional Memory and Atomic::cmpxchg code
mdoerr
parents: 31590
diff changeset
    56
38931
3cf28d630349 8156923: [ppc] Implement "JEP 270: Reserved Stack Areas for Critical Sections".
goetz
parents: 36560
diff changeset
    57
#define SUPPORT_RESERVED_STACK_AREA
3cf28d630349 8156923: [ppc] Implement "JEP 270: Reserved Stack Areas for Critical Sections".
goetz
parents: 36560
diff changeset
    58
48332
651a95f30dfb 8193257: PPC64, s390 implementation for Thread-local handshakes
mdoerr
parents: 47216
diff changeset
    59
#define THREAD_LOCAL_POLL
48506
478e77658965 8194258: PPC64 safepoint mechanism: Fix initialization on AIX and support SIGTRAP
mdoerr
parents: 48332
diff changeset
    60
// If UseSIGTRAP is active, we only use the poll bit and no polling page.
478e77658965 8194258: PPC64 safepoint mechanism: Fix initialization on AIX and support SIGTRAP
mdoerr
parents: 48332
diff changeset
    61
// Otherwise, we fall back to usage of the polling page in nmethods.
478e77658965 8194258: PPC64 safepoint mechanism: Fix initialization on AIX and support SIGTRAP
mdoerr
parents: 48332
diff changeset
    62
// Define the condition to use this -XX flag.
478e77658965 8194258: PPC64 safepoint mechanism: Fix initialization on AIX and support SIGTRAP
mdoerr
parents: 48332
diff changeset
    63
#define USE_POLL_BIT_ONLY UseSIGTRAP
48332
651a95f30dfb 8193257: PPC64, s390 implementation for Thread-local handshakes
mdoerr
parents: 47216
diff changeset
    64
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 48506
diff changeset
    65
#endif // CPU_PPC_GLOBALDEFINITIONS_PPC_HPP