src/share/vm/gc_implementation/g1/satbQueue.cpp

changeset 9327
f96fcd9e1e1b
parent 7834
399885e13e90
child 9448
73d689add964
equal deleted inserted replaced
9324:efdbe9b904ad 9327:f96fcd9e1e1b
200 print(name, _buf, _index, _sz); 200 print(name, _buf, _index, _sz);
201 } 201 }
202 202
203 void ObjPtrQueue::print(const char* name, 203 void ObjPtrQueue::print(const char* name,
204 void** buf, size_t index, size_t sz) { 204 void** buf, size_t index, size_t sz) {
205 gclog_or_tty->print_cr(" SATB BUFFER [%s] buf: "PTR_FORMAT" " 205 gclog_or_tty->print_cr(" SATB BUFFER [%s] buf: " PTR_FORMAT " "
206 "index: "SIZE_FORMAT" sz: "SIZE_FORMAT, 206 "index: " SIZE_FORMAT " sz: " SIZE_FORMAT,
207 name, buf, index, sz); 207 name, buf, index, sz);
208 } 208 }
209 #endif // PRODUCT 209 #endif // PRODUCT
210 210
211 #ifdef _MSC_VER // the use of 'this' below gets a warning, make it go away 211 #ifdef _MSC_VER // the use of 'this' below gets a warning, make it go away

mercurial