diff -r 7939b3c4e408 -r c25572739e7c src/hotspot/share/gc/g1/g1OopClosures.hpp --- 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); };