hotspot/src/share/vm/oops/method.hpp
changeset 31790 4a08476437e8
parent 31587 e48945b7849c
child 32820 ec181adbf3b1
equal deleted inserted replaced
31788:04af91b7fadd 31790:4a08476437e8
   623   static int size(bool is_native);
   623   static int size(bool is_native);
   624   int size() const                               { return method_size(); }
   624   int size() const                               { return method_size(); }
   625 #if INCLUDE_SERVICES
   625 #if INCLUDE_SERVICES
   626   void collect_statistics(KlassSizeStats *sz) const;
   626   void collect_statistics(KlassSizeStats *sz) const;
   627 #endif
   627 #endif
       
   628   void log_touched(TRAPS);
       
   629   static void print_touched_methods(outputStream* out);
   628 
   630 
   629   // interpreter support
   631   // interpreter support
   630   static ByteSize const_offset()                 { return byte_offset_of(Method, _constMethod       ); }
   632   static ByteSize const_offset()                 { return byte_offset_of(Method, _constMethod       ); }
   631   static ByteSize access_flags_offset()          { return byte_offset_of(Method, _access_flags      ); }
   633   static ByteSize access_flags_offset()          { return byte_offset_of(Method, _access_flags      ); }
   632 #ifdef CC_INTERP
   634 #ifdef CC_INTERP