hotspot/src/share/vm/runtime/vmThread.hpp
changeset 14582 490bb6c0df7c
parent 13963 e5b53c306fb5
child 14583 d70ee55535f4
--- a/hotspot/src/share/vm/runtime/vmThread.hpp	Mon Nov 26 12:31:03 2012 -0500
+++ b/hotspot/src/share/vm/runtime/vmThread.hpp	Tue Nov 27 10:13:20 2012 +0100
@@ -137,7 +137,7 @@
   static VMThread* vm_thread()                    { return _vm_thread; }
 
   // GC support
-  void oops_do(OopClosure* f, CodeBlobClosure* cf);
+  void oops_do(OopClosure* f, CLDToOopClosure* cld_f, CodeBlobClosure* cf);
 
   // Debugging
   void print_on(outputStream* st) const;