--- old/src/hotspot/share/classfile/classLoaderDataGraph.hpp 2018-11-05 13:20:35.992496324 +0100 +++ new/src/hotspot/share/classfile/classLoaderDataGraph.hpp 2018-11-05 13:20:35.568483251 +0100 @@ -88,7 +88,7 @@ static void loaded_classes_do(KlassClosure* klass_closure); static void unlocked_loaded_classes_do(KlassClosure* klass_closure); static void classes_unloading_do(void f(Klass* const)); - static bool do_unloading(bool do_cleaning); + static bool do_unloading(); // Expose state to avoid logging overhead in safepoint cleanup tasks. static inline bool should_clean_metaspaces_and_reset();