src/share/vm/c1/c1_GraphBuilder.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_GraphBuilder.hpp	Thu Oct 17 20:38:39 2013
--- new/src/share/vm/c1/c1_GraphBuilder.hpp	Thu Oct 17 20:38:39 2013

*** 385,396 **** --- 385,396 ---- bool profile_branches() { return _compilation->profile_branches(); } bool profile_calls() { return _compilation->profile_calls(); } bool profile_inlined_calls() { return _compilation->profile_inlined_calls(); } bool profile_checkcasts() { return _compilation->profile_checkcasts(); } ! Values* args_list_for_profiling(ciMethod* target, int& start, bool may_have_receiver); ! Values* collect_args_for_profiling(Values* args, ciMethod* target, bool may_have_receiver); public: NOT_PRODUCT(void print_stats();) // initialization

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