changeset 22899 | e2a6bf7f343a |
parent 14583 | d70ee55535f4 |
child 24331 | c0bc7e5653fb |
--- a/hotspot/src/share/vm/runtime/vmThread.hpp Mon Feb 17 09:51:37 2014 +0100 +++ b/hotspot/src/share/vm/runtime/vmThread.hpp Fri Feb 21 10:01:20 2014 +0100 @@ -126,7 +126,7 @@ static VMThread* vm_thread() { return _vm_thread; } // GC support - void oops_do(OopClosure* f, CLDToOopClosure* cld_f, CodeBlobClosure* cf); + void oops_do(OopClosure* f, CLDClosure* cld_f, CodeBlobClosure* cf); // Debugging void print_on(outputStream* st) const;