src/share/vm/runtime/vmThread.hpp

changeset 1424
148e5441d916
parent 435
a61af66fc99e
child 1554
547f81740344
equal deleted inserted replaced
1422:00977607da34 1424:148e5441d916
119 119
120 // Returns the single instance of VMThread. 120 // Returns the single instance of VMThread.
121 static VMThread* vm_thread() { return _vm_thread; } 121 static VMThread* vm_thread() { return _vm_thread; }
122 122
123 // GC support 123 // GC support
124 void oops_do(OopClosure* f); 124 void oops_do(OopClosure* f, CodeBlobClosure* cf);
125 125
126 // Debugging 126 // Debugging
127 void print_on(outputStream* st) const; 127 void print_on(outputStream* st) const;
128 void print() const { print_on(tty); } 128 void print() const { print_on(tty); }
129 void verify(); 129 void verify();

mercurial