src/share/vm/c1/c1_GraphBuilder.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_GraphBuilder.hpp	Wed Sep 29 10:46:57 2010
--- new/src/share/vm/c1/c1_GraphBuilder.hpp	Wed Sep 29 10:46:57 2010

*** 345,355 **** --- 345,355 ---- void append_unsafe_CAS(ciMethod* callee); NOT_PRODUCT(void print_inline_result(ciMethod* callee, bool res);) void profile_call(Value recv, ciKlass* predicted_holder); - void profile_invocation(ciMethod* inlinee, ValueStack* state, int bci); // Shortcuts to profiling control. bool is_profiling() { return _compilation->is_profiling(); } bool count_invocations() { return _compilation->count_invocations(); } bool count_backedges() { return _compilation->count_backedges(); }

src/share/vm/c1/c1_GraphBuilder.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File