hotspot/src/cpu/aarch64/vm/globalDefinitions_aarch64.hpp
changeset 31590 427d073af867
parent 29183 0cc8699f7372
child 35112 b3c4347bb751
equal deleted inserted replaced
31589:e0d5c4d48464 31590:427d073af867
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2014, Red Hat Inc. All rights reserved.
     3  * Copyright (c) 2014, 2015, Red Hat Inc. All rights reserved.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
     8  * published by the Free Software Foundation.
     8  * published by the Free Software Foundation.
    26 #ifndef CPU_AARCH64_VM_GLOBALDEFINITIONS_AARCH64_HPP
    26 #ifndef CPU_AARCH64_VM_GLOBALDEFINITIONS_AARCH64_HPP
    27 #define CPU_AARCH64_VM_GLOBALDEFINITIONS_AARCH64_HPP
    27 #define CPU_AARCH64_VM_GLOBALDEFINITIONS_AARCH64_HPP
    28 
    28 
    29 const int StackAlignmentInBytes  = 16;
    29 const int StackAlignmentInBytes  = 16;
    30 
    30 
    31 // Indicates whether the C calling conventions require that
       
    32 // 32-bit integer argument values are properly extended to 64 bits.
       
    33 // If set, SharedRuntime::c_calling_convention() must adapt
       
    34 // signatures accordingly.
       
    35 const bool CCallingConventionRequiresIntsAsLongs = true;
       
    36 
       
    37 #define SUPPORTS_NATIVE_CX8
    31 #define SUPPORTS_NATIVE_CX8
    38 
    32 
    39 // The maximum B/BL offset range on AArch64 is 128MB.
    33 // The maximum B/BL offset range on AArch64 is 128MB.
    40 #undef CODE_CACHE_DEFAULT_LIMIT
    34 #undef CODE_CACHE_DEFAULT_LIMIT
    41 #define CODE_CACHE_DEFAULT_LIMIT (128*M)
    35 #define CODE_CACHE_DEFAULT_LIMIT (128*M)