comparison src/share/vm/runtime/vmThread.hpp @ 20804:7848fc12602b

Merge with jdk8u40-b25
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Tue, 07 Apr 2015 14:58:49 +0200
parents 4ca6dc0799b6
children
comparison
equal deleted inserted replaced
20184:84105dcdb05b 20804:7848fc12602b
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();