--- old/src/share/vm/runtime/vmThread.hpp 2012-11-22 14:37:35.000000000 +0100 +++ new/src/share/vm/runtime/vmThread.hpp 2012-11-22 14:37:35.000000000 +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;