src/hotspot/share/gc/g1/g1CollectionSet.cpp
changeset 51332 c25572739e7c
parent 49806 2d62570a615c
child 51475 492b366f8e57
--- a/src/hotspot/share/gc/g1/g1CollectionSet.cpp	Wed Aug 08 10:21:23 2018 +0800
+++ b/src/hotspot/share/gc/g1/g1CollectionSet.cpp	Wed Aug 08 15:31:06 2018 +0200
@@ -57,12 +57,11 @@
   _eden_region_length(0),
   _survivor_region_length(0),
   _old_region_length(0),
-  _bytes_used_before(0),
-  _recorded_rs_lengths(0),
   _collection_set_regions(NULL),
   _collection_set_cur_length(0),
   _collection_set_max_length(0),
-  // Incremental CSet attributes
+  _bytes_used_before(0),
+  _recorded_rs_lengths(0),
   _inc_build_state(Inactive),
   _inc_bytes_used_before(0),
   _inc_recorded_rs_lengths(0),