hotspot/src/share/vm/code/nmethod.hpp
changeset 35542 9dccb7f9f656
parent 35123 b0b89d83bcf5
child 36078 954c49c0ba57
equal deleted inserted replaced
35541:cba047a086d5 35542:9dccb7f9f656
   702   void verify_scopes();
   702   void verify_scopes();
   703   void verify_interrupt_point(address interrupt_point);
   703   void verify_interrupt_point(address interrupt_point);
   704 
   704 
   705   // printing support
   705   // printing support
   706   void print()                          const;
   706   void print()                          const;
   707   void print_code();
       
   708   void print_relocations()                        PRODUCT_RETURN;
   707   void print_relocations()                        PRODUCT_RETURN;
   709   void print_pcs()                                PRODUCT_RETURN;
   708   void print_pcs()                                PRODUCT_RETURN;
   710   void print_scopes()                             PRODUCT_RETURN;
   709   void print_scopes()                             PRODUCT_RETURN;
   711   void print_dependencies()                       PRODUCT_RETURN;
   710   void print_dependencies()                       PRODUCT_RETURN;
   712   void print_value_on(outputStream* st) const     PRODUCT_RETURN;
   711   void print_value_on(outputStream* st) const     PRODUCT_RETURN;