hotspot/src/share/vm/code/nmethod.cpp
changeset 13881 a326d528f3e1
parent 13728 882756847a04
child 13883 6979b9850feb
equal deleted inserted replaced
13751:7fd047780d47 13881:a326d528f3e1
   698     // print the header part first
   698     // print the header part first
   699     print();
   699     print();
   700     // then print the requested information
   700     // then print the requested information
   701     if (PrintNativeNMethods) {
   701     if (PrintNativeNMethods) {
   702       print_code();
   702       print_code();
   703       oop_maps->print();
   703       if (oop_maps != NULL) {
       
   704         oop_maps->print();
       
   705       }
   704     }
   706     }
   705     if (PrintRelocations) {
   707     if (PrintRelocations) {
   706       print_relocations();
   708       print_relocations();
   707     }
   709     }
   708     if (xtty != NULL) {
   710     if (xtty != NULL) {