src/hotspot/share/oops/method.hpp
changeset 55105 9ad765641e8f
parent 55005 9b70ebd131b4
child 55206 2fe2063fe567
equal deleted inserted replaced
55104:a72e187adb54 55105:9ad765641e8f
   697 
   697 
   698 #ifdef TIERED
   698 #ifdef TIERED
   699   bool has_aot_code() const                      { return aot_code() != NULL; }
   699   bool has_aot_code() const                      { return aot_code() != NULL; }
   700 #endif
   700 #endif
   701 
   701 
       
   702   bool needs_clinit_barrier() const;
       
   703 
   702   // sizing
   704   // sizing
   703   static int header_size()                       {
   705   static int header_size()                       {
   704     return align_up((int)sizeof(Method), wordSize) / wordSize;
   706     return align_up((int)sizeof(Method), wordSize) / wordSize;
   705   }
   707   }
   706   static int size(bool is_native);
   708   static int size(bool is_native);