comparison src/share/vm/code/nmethod.hpp @ 4561:35ca3ade314d

enabled nmethod statistics for product build
author Christian Haeubl <christian.haeubl@oracle.com>
date Fri, 10 Feb 2012 10:07:48 -0800
parents 04b9a2566eec
children ef00461e29af
comparison
equal deleted inserted replaced
4554:daba89671d29 4561:35ca3ade314d
641 } 641 }
642 void print_nmethod_labels(outputStream* stream, address block_begin); 642 void print_nmethod_labels(outputStream* stream, address block_begin);
643 643
644 // Prints a comment for one native instruction (reloc info, pc desc) 644 // Prints a comment for one native instruction (reloc info, pc desc)
645 void print_code_comment_on(outputStream* st, int column, address begin, address end); 645 void print_code_comment_on(outputStream* st, int column, address begin, address end);
646 static void print_statistics() PRODUCT_RETURN; 646 static void print_statistics();
647 647
648 // Compiler task identification. Note that all OSR methods 648 // Compiler task identification. Note that all OSR methods
649 // are numbered in an independent sequence if CICountOSR is true, 649 // are numbered in an independent sequence if CICountOSR is true,
650 // and native method wrappers are also numbered independently if 650 // and native method wrappers are also numbered independently if
651 // CICountNative is true. 651 // CICountNative is true.