src/hotspot/cpu/x86/globalDefinitions_x86.hpp
changeset 47881 0ce0ac68ace7
parent 47687 fb290fd1f9d4
child 49027 8dc742d9bbab
equal deleted inserted replaced
47824:cf127be65014 47881:0ce0ac68ace7
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    63 
    63 
    64 #if defined(LINUX) || defined(SOLARIS) || defined(__APPLE__)
    64 #if defined(LINUX) || defined(SOLARIS) || defined(__APPLE__)
    65 #define SUPPORT_RESERVED_STACK_AREA
    65 #define SUPPORT_RESERVED_STACK_AREA
    66 #endif
    66 #endif
    67 
    67 
       
    68 #ifdef _LP64
       
    69 // X64 have implemented the local polling
       
    70 #define THREAD_LOCAL_POLL
       
    71 #endif
       
    72 
    68 #endif // CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP
    73 #endif // CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP