src/hotspot/share/memory/heapInspection.hpp
changeset 51334 cc2c79d22508
parent 50735 2f2af62dfac7
child 51608 625a5bdde0c5
--- a/src/hotspot/share/memory/heapInspection.hpp	Wed Aug 08 15:31:06 2018 +0200
+++ b/src/hotspot/share/memory/heapInspection.hpp	Wed Aug 08 15:31:07 2018 +0200
@@ -192,7 +192,7 @@
 
  public:
   KlassInfoEntry(Klass* k, KlassInfoEntry* next) :
-    _klass(k), _instance_count(0), _instance_words(0), _next(next), _index(-1),
+    _next(next), _klass(k), _instance_count(0), _instance_words(0), _index(-1),
     _do_print(false), _subclasses(NULL)
   {}
   ~KlassInfoEntry();