diff src/share/vm/gc_implementation/g1/vm_operations_g1.hpp @ 20767:ee10217e3d03

Merge
author asaha
date Wed, 05 Nov 2014 15:35:11 -0800
parents 1d6eb209432a
children
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/vm_operations_g1.hpp	Fri Oct 31 15:22:44 2014 -0700
+++ b/src/share/vm/gc_implementation/g1/vm_operations_g1.hpp	Wed Nov 05 15:35:11 2014 -0800
@@ -60,7 +60,7 @@
   VM_G1CollectFull(unsigned int gc_count_before,
                    unsigned int full_gc_count_before,
                    GCCause::Cause cause)
-    : VM_GC_Operation(gc_count_before, cause, full_gc_count_before) { }
+    : VM_GC_Operation(gc_count_before, cause, full_gc_count_before, true) { }
   virtual VMOp_Type type() const { return VMOp_G1CollectFull; }
   virtual void doit();
   virtual const char* name() const {