src/hotspot/share/gc/g1/g1OopClosures.hpp
changeset 51332 c25572739e7c
parent 50752 9d62da00bf15
child 51708 469ab7c92a32
--- a/src/hotspot/share/gc/g1/g1OopClosures.hpp	Wed Aug 08 10:21:23 2018 +0800
+++ b/src/hotspot/share/gc/g1/g1OopClosures.hpp	Wed Aug 08 15:31:06 2018 +0200
@@ -162,7 +162,7 @@
 public:
   G1CLDScanClosure(G1ParCopyHelper* closure,
                    bool process_only_dirty, bool must_claim)
-      : _process_only_dirty(process_only_dirty), _must_claim(must_claim), _closure(closure), _count(0) {}
+  : _closure(closure), _process_only_dirty(process_only_dirty), _must_claim(must_claim), _count(0) {}
   void do_cld(ClassLoaderData* cld);
 };