src/share/vm/code/nmethod.hpp

changeset 2138
d5d065957597
parent 2117
0878d7bae69f
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/code/nmethod.hpp	Thu Sep 02 11:40:02 2010 -0700
     1.2 +++ b/src/share/vm/code/nmethod.hpp	Fri Sep 03 17:51:07 2010 -0700
     1.3 @@ -599,6 +599,10 @@
     1.4    void verify_scopes();
     1.5    void verify_interrupt_point(address interrupt_point);
     1.6  
     1.7 +  // print compilation helper
     1.8 +  static void print_compilation(outputStream *st, const char *method_name, const char *title,
     1.9 +                                methodOop method, bool is_blocking, int compile_id, int bci, int comp_level);
    1.10 +
    1.11    // printing support
    1.12    void print()                          const;
    1.13    void print_code();

mercurial