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

changeset 4384
b735136e0d82
parent 4098
8966c2d65d96
child 5011
a08c80e9e1e5
     1.1 --- a/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp	Wed Dec 26 15:05:30 2012 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp	Wed Jan 02 11:32:41 2013 -0800
     1.3 @@ -282,10 +282,8 @@
     1.4        if (r->startsHumongous()) {
     1.5          // We must adjust the pointers on the single H object.
     1.6          oop obj = oop(r->bottom());
     1.7 -        debug_only(GenMarkSweep::track_interior_pointers(obj));
     1.8          // point all the oops to the new location
     1.9          obj->adjust_pointers();
    1.10 -        debug_only(GenMarkSweep::check_interior_pointers());
    1.11        }
    1.12      } else {
    1.13        // This really ought to be "as_CompactibleSpace"...

mercurial