comparison src/share/vm/runtime/vmThread.hpp @ 20259:4af19b914f53

8035393: Use CLDClosure instead of CLDToOopClosure in frame::oops_interpreted_do Reviewed-by: tschatzl, coleenp
author stefank
date Fri, 21 Feb 2014 10:01:20 +0100
parents f34d701e952e
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
20258:64ac9c55d666 20259:4af19b914f53
124 124
125 // Returns the single instance of VMThread. 125 // Returns the single instance of VMThread.
126 static VMThread* vm_thread() { return _vm_thread; } 126 static VMThread* vm_thread() { return _vm_thread; }
127 127
128 // GC support 128 // GC support
129 void oops_do(OopClosure* f, CLDToOopClosure* cld_f, CodeBlobClosure* cf); 129 void oops_do(OopClosure* f, CLDClosure* cld_f, CodeBlobClosure* cf);
130 130
131 // Debugging 131 // Debugging
132 void print_on(outputStream* st) const; 132 void print_on(outputStream* st) const;
133 void print() const { print_on(tty); } 133 void print() const { print_on(tty); }
134 void verify(); 134 void verify();