hotspot/src/share/vm/runtime/vmThread.hpp
changeset 3908 24b55ad4c228
parent 1 489c9b5090e2
child 4489 514173c9a0c2
--- a/hotspot/src/share/vm/runtime/vmThread.hpp	Tue Sep 15 11:09:34 2009 -0700
+++ b/hotspot/src/share/vm/runtime/vmThread.hpp	Tue Sep 15 21:53:47 2009 -0700
@@ -121,7 +121,7 @@
   static VMThread* vm_thread()                    { return _vm_thread; }
 
   // GC support
-  void oops_do(OopClosure* f);
+  void oops_do(OopClosure* f, CodeBlobClosure* cf);
 
   // Debugging
   void print_on(outputStream* st) const;