src/hotspot/share/oops/method.hpp
changeset 57710 05ff6e27de45
parent 55749 cff8aad2593f
child 58226 408c445d04e8
equal deleted inserted replaced
57709:155b084cf384 57710:05ff6e27de45
   531   // native function (used for native methods only)
   531   // native function (used for native methods only)
   532   enum {
   532   enum {
   533     native_bind_event_is_interesting = true
   533     native_bind_event_is_interesting = true
   534   };
   534   };
   535   address native_function() const                { return *(native_function_addr()); }
   535   address native_function() const                { return *(native_function_addr()); }
   536   address critical_native_function();
       
   537 
   536 
   538   // Must specify a real function (not NULL).
   537   // Must specify a real function (not NULL).
   539   // Use clear_native_function() to unregister.
   538   // Use clear_native_function() to unregister.
   540   void set_native_function(address function, bool post_event_flag);
   539   void set_native_function(address function, bool post_event_flag);
   541   bool has_native_function() const;
   540   bool has_native_function() const;