diff -r 6c0ac4b4d761 -r e77d7687c831 src/hotspot/share/memory/metaspaceShared.cpp --- a/src/hotspot/share/memory/metaspaceShared.cpp Tue Aug 21 20:29:57 2018 -0400 +++ b/src/hotspot/share/memory/metaspaceShared.cpp Fri Aug 17 13:53:53 2018 -0700 @@ -333,7 +333,7 @@ int size = FileMapInfo::get_number_of_shared_paths(); if (size > 0) { SystemDictionaryShared::allocate_shared_data_arrays(size, THREAD); - FileMapInfo::FileMapHeader* header = FileMapInfo::current_info()->header(); + FileMapHeader* header = FileMapInfo::current_info()->header(); ClassLoaderExt::init_paths_start_index(header->_app_class_paths_start_index); ClassLoaderExt::init_app_module_paths_start_index(header->_app_module_paths_start_index); }