src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp

changeset 9327
f96fcd9e1e1b
parent 7651
c132be0fb74d
child 9448
73d689add964
     1.1 --- a/src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp	Tue Feb 23 18:58:36 2016 -0500
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp	Thu Jun 14 09:15:08 2018 -0700
     1.3 @@ -118,7 +118,7 @@
     1.4    oop obj = oopDesc::load_decode_heap_oop(p);
     1.5    if (_cm->verbose_high()) {
     1.6      gclog_or_tty->print_cr("[%u] we're looking at location "
     1.7 -                           "*"PTR_FORMAT" = "PTR_FORMAT,
     1.8 +                           "*" PTR_FORMAT " = " PTR_FORMAT,
     1.9                             _task->worker_id(), p2i(p), p2i((void*) obj));
    1.10    }
    1.11    _task->deal_with_reference(obj);

mercurial