comparison src/share/vm/code/nmethod.cpp @ 6790:2cb2f30450c7

7196262: JSR 292: java/lang/invoke/PrivateInvokeTest.java fails on solaris-sparc Reviewed-by: kvn, jrose, bdelsart
author twisti
date Mon, 17 Sep 2012 12:57:58 -0700
parents da91efe96a93
children 137868b7aa6f
comparison
equal deleted inserted replaced
6749:a6fe94b9759f 6790: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) {