comparison src/share/vm/gc_implementation/g1/heapRegion.cpp @ 8502:ff4fa8b0516e

-Create push patch
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Wed, 20 Mar 2013 20:13:08 +0100
parents e522a00b91aa
children c92949b1ec8a
comparison
equal deleted inserted replaced
8501:41fc46da946a 8502:ff4fa8b0516e
117 from->bottom(), from->end()); 117 from->bottom(), from->end());
118 print_object(gclog_or_tty, _containing_obj); 118 print_object(gclog_or_tty, _containing_obj);
119 gclog_or_tty->print_cr("points to obj "PTR_FORMAT" not in the heap", 119 gclog_or_tty->print_cr("points to obj "PTR_FORMAT" not in the heap",
120 (void*) obj); 120 (void*) obj);
121 } else { 121 } else {
122 printf("Paok VO %d\n", _vo);
123
122 HeapRegion* from = _g1h->heap_region_containing((HeapWord*)p); 124 HeapRegion* from = _g1h->heap_region_containing((HeapWord*)p);
123 HeapRegion* to = _g1h->heap_region_containing((HeapWord*)obj); 125 HeapRegion* to = _g1h->heap_region_containing((HeapWord*)obj);
124 gclog_or_tty->print_cr("Field "PTR_FORMAT 126 gclog_or_tty->print_cr("Field "PTR_FORMAT
125 " of live obj "PTR_FORMAT" in region " 127 " of live obj "PTR_FORMAT" in region "
126 "["PTR_FORMAT", "PTR_FORMAT")", 128 "["PTR_FORMAT", "PTR_FORMAT")",