src/share/vm/runtime/vmThread.hpp

changeset 4298
d0aa87f04bd5
parent 4153
b9a9ed0f8eeb
child 4299
f34d701e952e
equal deleted inserted replaced
4297:19c1bd641922 4298:d0aa87f04bd5
135 135
136 // Returns the single instance of VMThread. 136 // Returns the single instance of VMThread.
137 static VMThread* vm_thread() { return _vm_thread; } 137 static VMThread* vm_thread() { return _vm_thread; }
138 138
139 // GC support 139 // GC support
140 void oops_do(OopClosure* f, CodeBlobClosure* cf); 140 void oops_do(OopClosure* f, CLDToOopClosure* cld_f, CodeBlobClosure* cf);
141 141
142 // Debugging 142 // Debugging
143 void print_on(outputStream* st) const; 143 void print_on(outputStream* st) const;
144 void print() const { print_on(tty); } 144 void print() const { print_on(tty); }
145 void verify(); 145 void verify();

mercurial