--- a/hotspot/src/share/vm/c1/c1_GraphBuilder.hpp Wed Sep 29 18:53:28 2010 +0200
+++ b/hotspot/src/share/vm/c1/c1_GraphBuilder.hpp Wed Sep 29 16:53:42 2010 -0700
@@ -347,7 +347,7 @@
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);
+ void profile_invocation(ciMethod* inlinee, ValueStack* state);
// Shortcuts to profiling control.
bool is_profiling() { return _compilation->is_profiling(); }