hotspot/src/share/vm/c1/c1_ValueStack.hpp
changeset 5707 6c66849ed24e
parent 5547 f4b087cbb361
child 6745 a34ef8968a84
--- a/hotspot/src/share/vm/c1/c1_ValueStack.hpp	Thu Jun 03 14:20:27 2010 -0700
+++ b/hotspot/src/share/vm/c1/c1_ValueStack.hpp	Fri Jun 04 11:18:04 2010 -0700
@@ -41,7 +41,7 @@
   }
 
   // helper routine
-  static void apply(Values list, void f(Value*));
+  static void apply(Values list, ValueVisitor* f);
 
  public:
   // creation
@@ -143,7 +143,7 @@
   void pin_stack_for_linear_scan();
 
   // iteration
-  void values_do(void f(Value*));
+  void values_do(ValueVisitor* f);
 
   // untyped manipulation (for dup_x1, etc.)
   void clear_stack()                             { _stack.clear(); }