src/share/vm/oops/method.hpp

Print this page

        

@@ -621,10 +621,12 @@
   static int size(bool is_native);
   int size() const                               { return method_size(); }
 #if INCLUDE_SERVICES
   void collect_statistics(KlassSizeStats *sz) const;
 #endif
+  void trace_usage(TRAPS) const;
+  static void print_usage(outputStream* out);
 
   // interpreter support
   static ByteSize const_offset()                 { return byte_offset_of(Method, _constMethod       ); }
   static ByteSize access_flags_offset()          { return byte_offset_of(Method, _access_flags      ); }
 #ifdef CC_INTERP