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

changeset 3114
20213c8a3c40
parent 2970
5130fa1b24f1
child 3218
db89aa49298f
     1.1 --- a/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp	Tue Sep 06 21:03:51 2011 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp	Wed Sep 07 12:21:23 2011 -0400
     1.3 @@ -98,7 +98,7 @@
     1.4  
     1.5      // At this point we are supposed to start a concurrent cycle. We
     1.6      // will do so if one is not already in progress.
     1.7 -    bool res = g1h->g1_policy()->force_initial_mark_if_outside_cycle();
     1.8 +    bool res = g1h->g1_policy()->force_initial_mark_if_outside_cycle(_gc_cause);
     1.9  
    1.10      // The above routine returns true if we were able to force the
    1.11      // next GC pause to be an initial mark; it returns false if a

mercurial