< prev index next >

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

Print this page

        

@@ -149,11 +149,11 @@
 }
 
 void G1StringDedupQueue::print_statistics(outputStream* st) {
   st->print_cr(
     "   [Queue]\n"
-    "      [Dropped: "UINTX_FORMAT"]", _queue->_dropped);
+    "      [Dropped: " UINTX_FORMAT "]", _queue->_dropped);
 }
 
 void G1StringDedupQueue::verify() {
   for (size_t i = 0; i < _queue->_nqueues; i++) {
     StackIterator<oop, mtGC> iter(_queue->_queues[i]);
< prev index next >