hotspot/src/share/vm/oops/instanceKlass.hpp
changeset 27478 0eedae0228ac
parent 27435 58d1380ceacb
child 27674 00cabfc45357
equal deleted inserted replaced
27474:2b061fd571eb 27478:0eedae0228ac
   696                      size_t idnum, jmethodID new_id, jmethodID* new_jmeths,
   696                      size_t idnum, jmethodID new_id, jmethodID* new_jmeths,
   697                      jmethodID* to_dealloc_id_p,
   697                      jmethodID* to_dealloc_id_p,
   698                      jmethodID** to_dealloc_jmeths_p);
   698                      jmethodID** to_dealloc_jmeths_p);
   699   static void get_jmethod_id_length_value(jmethodID* cache, size_t idnum,
   699   static void get_jmethod_id_length_value(jmethodID* cache, size_t idnum,
   700                 size_t *length_p, jmethodID* id_p);
   700                 size_t *length_p, jmethodID* id_p);
       
   701   void ensure_space_for_methodids(int start_offset = 0);
   701   jmethodID jmethod_id_or_null(Method* method);
   702   jmethodID jmethod_id_or_null(Method* method);
   702 
   703 
   703   // annotations support
   704   // annotations support
   704   Annotations* annotations() const          { return _annotations; }
   705   Annotations* annotations() const          { return _annotations; }
   705   void set_annotations(Annotations* anno)   { _annotations = anno; }
   706   void set_annotations(Annotations* anno)   { _annotations = anno; }