src/hotspot/share/gc/g1/vm_operations_g1.cpp
changeset 51332 c25572739e7c
parent 49659 0ed1370f52bb
child 52874 c45a5b46461b
--- a/src/hotspot/share/gc/g1/vm_operations_g1.cpp	Wed Aug 08 10:21:23 2018 +0800
+++ b/src/hotspot/share/gc/g1/vm_operations_g1.cpp	Wed Aug 08 15:31:06 2018 +0200
@@ -47,8 +47,8 @@
   : VM_CollectForAllocation(word_size, gc_count_before, gc_cause),
     _pause_succeeded(false),
     _should_initiate_conc_mark(should_initiate_conc_mark),
+    _should_retry_gc(false),
     _target_pause_time_ms(target_pause_time_ms),
-    _should_retry_gc(false),
     _old_marking_cycles_completed_before(0) {
   guarantee(target_pause_time_ms > 0.0,
             "target_pause_time_ms = %1.6lf should be positive",