diff 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
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/heapRegion.cpp	Wed Mar 06 19:35:04 2013 +0100
+++ b/src/share/vm/gc_implementation/g1/heapRegion.cpp	Wed Mar 20 20:13:08 2013 +0100
@@ -119,6 +119,8 @@
           gclog_or_tty->print_cr("points to obj "PTR_FORMAT" not in the heap",
                                  (void*) obj);
         } else {
+          printf("Paok VO %d\n", _vo);
+
           HeapRegion* from = _g1h->heap_region_containing((HeapWord*)p);
           HeapRegion* to   = _g1h->heap_region_containing((HeapWord*)obj);
           gclog_or_tty->print_cr("Field "PTR_FORMAT