diff -r 1558266946de -r 54750b448264 src/hotspot/share/gc/shared/gcVMOperations.cpp --- a/src/hotspot/share/gc/shared/gcVMOperations.cpp Tue Nov 26 11:29:20 2019 +0100 +++ b/src/hotspot/share/gc/shared/gcVMOperations.cpp Tue Nov 26 16:21:29 2019 +0100 @@ -33,7 +33,6 @@ #include "interpreter/oopMapCache.hpp" #include "logging/log.hpp" #include "memory/metaspace/classLoaderMetaspace.hpp" -#include "memory/metaspace/metaspaceEnums.hpp" #include "memory/oopFactory.hpp" #include "memory/universe.hpp" #include "runtime/handles.inline.hpp" @@ -182,7 +181,7 @@ VM_CollectForMetadataAllocation::VM_CollectForMetadataAllocation(ClassLoaderData* loader_data, size_t size, - metaspace::MetadataType mdtype, + Metaspace::MetadataType mdtype, uint gc_count_before, uint full_gc_count_before, GCCause::Cause gc_cause)