--- 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();
}