src/hotspot/share/memory/universe.cpp
changeset 49948 ff8dbb56740a
parent 49902 3661f31c6df4
child 49982 9042ffe5b7fe
child 56508 f67f588ebf15
--- a/src/hotspot/share/memory/universe.cpp	Wed May 02 15:29:55 2018 +0100
+++ b/src/hotspot/share/memory/universe.cpp	Wed May 02 09:26:10 2018 -0700
@@ -318,7 +318,7 @@
   } else
 #endif
   {
-    k->initialize_supers(ok, CHECK);
+    k->initialize_supers(ok, NULL, CHECK);
   }
   k->append_to_sibling_list();
 }