diff src/share/vm/c1/c1_GraphBuilder.hpp @ 1825:80c9354976b0

6988346: 6986046 breaks tiered Summary: adjusted profiling code generation to use the new ValueStack implementation; lowered optimization level for c1_LinearScan.cpp on solaris x64. Reviewed-by: kvn, never
author iveresov
date Wed, 29 Sep 2010 16:53:42 -0700
parents f02a8bbe6ed4
children f95d63e2154a
line wrap: on
line diff
--- a/src/share/vm/c1/c1_GraphBuilder.hpp	Wed Sep 29 18:53:28 2010 +0200
+++ b/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();          }