src/hotspot/share/runtime/frame.hpp
changeset 54150 5529640c5f67
parent 53547 9d1a788dea3d
equal deleted inserted replaced
54149:c61f09122d3b 54150:5529640c5f67
   376   // Memory management
   376   // Memory management
   377   void oops_do(OopClosure* f, CodeBlobClosure* cf, RegisterMap* map) { oops_do_internal(f, cf, map, true); }
   377   void oops_do(OopClosure* f, CodeBlobClosure* cf, RegisterMap* map) { oops_do_internal(f, cf, map, true); }
   378   void nmethods_do(CodeBlobClosure* cf);
   378   void nmethods_do(CodeBlobClosure* cf);
   379 
   379 
   380   // RedefineClasses support for finding live interpreted methods on the stack
   380   // RedefineClasses support for finding live interpreted methods on the stack
   381   void metadata_do(void f(Metadata*));
   381   void metadata_do(MetadataClosure* f);
   382 
   382 
   383   // Verification
   383   // Verification
   384   void verify(const RegisterMap* map);
   384   void verify(const RegisterMap* map);
   385   static bool verify_return_pc(address x);
   385   static bool verify_return_pc(address x);
   386   // Usage:
   386   // Usage: