comparison src/share/vm/code/nmethod.hpp @ 8159:c5ff08c22458

Fix regression in client compiler debug recording.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 08 Mar 2013 00:39:48 +0100
parents b8f261ba79c6
children b89a97928e72
comparison
equal deleted inserted replaced
8158:53bc01380011 8159:c5ff08c22458
684 } 684 }
685 void print_nmethod_labels(outputStream* stream, address block_begin) const; 685 void print_nmethod_labels(outputStream* stream, address block_begin) const;
686 686
687 // Prints a comment for one native instruction (reloc info, pc desc) 687 // Prints a comment for one native instruction (reloc info, pc desc)
688 void print_code_comment_on(outputStream* st, int column, address begin, address end); 688 void print_code_comment_on(outputStream* st, int column, address begin, address end);
689 static void print_statistics(); 689 static void print_statistics() PRODUCT_RETURN;
690 690
691 // Compiler task identification. Note that all OSR methods 691 // Compiler task identification. Note that all OSR methods
692 // are numbered in an independent sequence if CICountOSR is true, 692 // are numbered in an independent sequence if CICountOSR is true,
693 // and native method wrappers are also numbered independently if 693 // and native method wrappers are also numbered independently if
694 // CICountNative is true. 694 // CICountNative is true.