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

changeset 7285
1d6eb209432a
parent 7118
227a9e5e4b4a
child 7535
7ae4e26cb1e0
child 7686
fb69749583e8
     1.1 --- a/src/share/vm/gc_implementation/g1/vm_operations_g1.hpp	Fri Oct 24 03:03:59 2014 +0000
     1.2 +++ b/src/share/vm/gc_implementation/g1/vm_operations_g1.hpp	Mon Oct 20 10:18:17 2014 +0200
     1.3 @@ -60,7 +60,7 @@
     1.4    VM_G1CollectFull(unsigned int gc_count_before,
     1.5                     unsigned int full_gc_count_before,
     1.6                     GCCause::Cause cause)
     1.7 -    : VM_GC_Operation(gc_count_before, cause, full_gc_count_before) { }
     1.8 +    : VM_GC_Operation(gc_count_before, cause, full_gc_count_before, true) { }
     1.9    virtual VMOp_Type type() const { return VMOp_G1CollectFull; }
    1.10    virtual void doit();
    1.11    virtual const char* name() const {

mercurial