src/share/vm/gc_implementation/concurrentMarkSweep/promotionInfo.cpp

Print this page
rev 6220 : [mq]: printffmt_size.gc.patch

*** 263,273 **** } if (_spoolHead != NULL) { slots += _spoolHead->bufferSize - 1; blocks++; } ! gclog_or_tty->print_cr(" [worker %d] promo_blocks = %d, promo_slots = %d ", worker_id, blocks, slots); } // When _spoolTail is not NULL, then the slot <_spoolTail, _nextIndex> // points to the next slot available for filling. --- 263,273 ---- } if (_spoolHead != NULL) { slots += _spoolHead->bufferSize - 1; blocks++; } ! gclog_or_tty->print_cr(" [worker %d] promo_blocks = " SIZE_FORMAT ", promo_slots = " SIZE_FORMAT, worker_id, blocks, slots); } // When _spoolTail is not NULL, then the slot <_spoolTail, _nextIndex> // points to the next slot available for filling.