src/hotspot/share/runtime/safepointMechanism.hpp
changeset 52460 f1bb77833b59
parent 52450 2790da836dc3
child 53244 9807daeb47c4
equal deleted inserted replaced
52459:cbe83e9c2100 52460:f1bb77833b59
    50   static inline bool global_poll();
    50   static inline bool global_poll();
    51 
    51 
    52   static inline void block_if_requested_local_poll(JavaThread *thread);
    52   static inline void block_if_requested_local_poll(JavaThread *thread);
    53 
    53 
    54   static void default_initialize();
    54   static void default_initialize();
    55   static void initialize_serialize_page();
       
    56 
    55 
    57   static void pd_initialize() NOT_AIX({ default_initialize(); });
    56   static void pd_initialize() NOT_AIX({ default_initialize(); });
    58 
    57 
    59   // By adding 8 to the base address of the protected polling page we can differentiate
    58   // By adding 8 to the base address of the protected polling page we can differentiate
    60   // between the armed and disarmed value by masking out this bit.
    59   // between the armed and disarmed value by masking out this bit.