< prev index next >

src/hotspot/share/memory/universe.hpp

Print this page
*** 254,10 ***
--- 254,15 ---
    static Method*      loader_addClass_method();
    static Method*      throw_illegal_access_error();
    static Method*      throw_no_such_method_error();
    static Method*      do_stack_walk_method();
  
+   static Method*      is_substitutable_method();
+   static Method*      value_object_hash_code_method();
+   static Method*      is_substitutableAlt_method();
+   static Method*      value_object_hash_codeAlt_method();
+ 
    static oop          the_null_sentinel();
    static address      the_null_sentinel_addr()        { return (address) &_the_null_sentinel;  }
  
    // Function to initialize these
    static void initialize_known_methods(JavaThread* current);
< prev index next >