comparison src/share/vm/code/nmethod.hpp @ 9700:197426668a5d

Enabled nmethod statistics for the HotSpot product build.
author Christian Haeubl <haeubl@ssw.jku.at>
date Wed, 08 May 2013 17:21:38 +0200
parents b89a97928e72
children ebb32c4589f3
comparison
equal deleted inserted replaced
9699:9529ab567367 9700:197426668a5d
687 } 687 }
688 void print_nmethod_labels(outputStream* stream, address block_begin) const; 688 void print_nmethod_labels(outputStream* stream, address block_begin) const;
689 689
690 // Prints a comment for one native instruction (reloc info, pc desc) 690 // Prints a comment for one native instruction (reloc info, pc desc)
691 void print_code_comment_on(outputStream* st, int column, address begin, address end); 691 void print_code_comment_on(outputStream* st, int column, address begin, address end);
692 static void print_statistics() PRODUCT_RETURN; 692 static void print_statistics();
693 693
694 // Compiler task identification. Note that all OSR methods 694 // Compiler task identification. Note that all OSR methods
695 // are numbered in an independent sequence if CICountOSR is true, 695 // are numbered in an independent sequence if CICountOSR is true,
696 // and native method wrappers are also numbered independently if 696 // and native method wrappers are also numbered independently if
697 // CICountNative is true. 697 // CICountNative is true.