src/hotspot/os_cpu/linux_aarch64/globals_linux_aarch64.hpp
changeset 53244 9807daeb47c4
parent 53149 259c36ef27df
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    21  * or visit www.oracle.com if you need additional information or have any
    21  * or visit www.oracle.com if you need additional information or have any
    22  * questions.
    22  * questions.
    23  *
    23  *
    24  */
    24  */
    25 
    25 
    26 #ifndef OS_CPU_LINUX_AARCH64_VM_GLOBALS_LINUX_AARCH64_HPP
    26 #ifndef OS_CPU_LINUX_AARCH64_GLOBALS_LINUX_AARCH64_HPP
    27 #define OS_CPU_LINUX_AARCH64_VM_GLOBALS_LINUX_AARCH64_HPP
    27 #define OS_CPU_LINUX_AARCH64_GLOBALS_LINUX_AARCH64_HPP
    28 
    28 
    29 // Sets the default values for platform dependent flags used by the runtime system.
    29 // Sets the default values for platform dependent flags used by the runtime system.
    30 // (see globals.hpp)
    30 // (see globals.hpp)
    31 
    31 
    32 define_pd_global(bool, DontYieldALot,            false);
    32 define_pd_global(bool, DontYieldALot,            false);
    41 define_pd_global(uintx,HeapBaseMinAddress,       2*G);
    41 define_pd_global(uintx,HeapBaseMinAddress,       2*G);
    42 
    42 
    43 class Thread;
    43 class Thread;
    44 extern __thread Thread *aarch64_currentThread;
    44 extern __thread Thread *aarch64_currentThread;
    45 
    45 
    46 #endif // OS_CPU_LINUX_AARCH64_VM_GLOBALS_LINUX_AARCH64_HPP
    46 #endif // OS_CPU_LINUX_AARCH64_GLOBALS_LINUX_AARCH64_HPP