src/share/vm/code/nmethod.cpp

changeset 4101
2cb2f30450c7
parent 4037
da91efe96a93
child 4103
137868b7aa6f
equal deleted inserted replaced
4060:a6fe94b9759f 4101:2cb2f30450c7
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) {

mercurial