comparison src/share/vm/code/nmethod.hpp @ 14733:b10e42998d01

nmethod: fix -XX:+PrintNMethodStatistics
author Bernhard Urban <bernhard.urban@jku.at>
date Tue, 25 Mar 2014 16:38:01 +0100
parents 29ccc4cbabca
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14732:56621a6eed29 14733:b10e42998d01
692 } 692 }
693 void print_nmethod_labels(outputStream* stream, address block_begin) const; 693 void print_nmethod_labels(outputStream* stream, address block_begin) const;
694 694
695 // Prints a comment for one native instruction (reloc info, pc desc) 695 // Prints a comment for one native instruction (reloc info, pc desc)
696 void print_code_comment_on(outputStream* st, int column, address begin, address end); 696 void print_code_comment_on(outputStream* st, int column, address begin, address end);
697 static void print_statistics() PRODUCT_RETURN; 697 static void print_statistics();
698 698
699 // Compiler task identification. Note that all OSR methods 699 // Compiler task identification. Note that all OSR methods
700 // are numbered in an independent sequence if CICountOSR is true, 700 // are numbered in an independent sequence if CICountOSR is true,
701 // and native method wrappers are also numbered independently if 701 // and native method wrappers are also numbered independently if
702 // CICountNative is true. 702 // CICountNative is true.