src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp

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

Print this page

        

*** 112,122 **** oop obj = oopDesc::load_decode_heap_oop(p); if (_cm->verbose_high()) { gclog_or_tty->print_cr("[%u] we're looking at location " "*"PTR_FORMAT" = "PTR_FORMAT, ! _task->worker_id(), p, (void*) obj); } _task->deal_with_reference(obj); } template <class T> --- 112,122 ---- oop obj = oopDesc::load_decode_heap_oop(p); if (_cm->verbose_high()) { gclog_or_tty->print_cr("[%u] we're looking at location " "*"PTR_FORMAT" = "PTR_FORMAT, ! _task->worker_id(), p2i(p), p2i((void*) obj)); } _task->deal_with_reference(obj); } template <class T>
src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File