hotspot/src/share/vm/runtime/os_ext.hpp
changeset 38273 2634194d7555
parent 31371 311143309e73
child 43978 dcf18262fc95
equal deleted inserted replaced
38267:29feb145a316 38273:2634194d7555
    25 #ifndef SHARE_VM_RUNTIME_OS_EXT_HPP
    25 #ifndef SHARE_VM_RUNTIME_OS_EXT_HPP
    26 #define SHARE_VM_RUNTIME_OS_EXT_HPP
    26 #define SHARE_VM_RUNTIME_OS_EXT_HPP
    27 
    27 
    28 #define EMIT_RANGES_FOR_GLOBALS_EXT // NOP
    28 #define EMIT_RANGES_FOR_GLOBALS_EXT // NOP
    29 #define EMIT_CONSTRAINTS_FOR_GLOBALS_EXT // NOP
    29 #define EMIT_CONSTRAINTS_FOR_GLOBALS_EXT // NOP
       
    30 #define EMIT_WRITEABLES_FOR_GLOBALS_EXT // NOP
    30 
    31 
    31 public:
    32 public:
    32   static void init_globals_ext() {} // Run from init_globals().
    33   static void init_globals_ext() {} // Run from init_globals().
    33                                     // See os.hpp/cpp and init.cpp.
    34                                     // See os.hpp/cpp and init.cpp.
    34 
    35