comparison src/share/vm/runtime/vmThread.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents be0ac0e8f6e7
children 7848fc12602b
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
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, CLDClosure* cld_f, CodeBlobClosure* cf); 129 void oops_do(OopClosure* f, CLDToOopClosure* 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();