--- old/src/hotspot/share/classfile/classLoader.cpp 2018-03-26 13:17:47.737640894 -0400 +++ new/src/hotspot/share/classfile/classLoader.cpp 2018-03-26 13:17:46.465568534 -0400 @@ -148,8 +148,6 @@ #if INCLUDE_CDS ClassPathEntry* ClassLoader::_app_classpath_entries = NULL; ClassPathEntry* ClassLoader::_last_app_classpath_entry = NULL; -GrowableArray* ClassLoader::_boot_modules_array = NULL; -GrowableArray* ClassLoader::_platform_modules_array = NULL; SharedPathsMiscInfo* ClassLoader::_shared_paths_misc_info = NULL; #endif --- old/src/hotspot/share/classfile/classLoader.hpp 2018-03-26 13:17:51.533856825 -0400 +++ new/src/hotspot/share/classfile/classLoader.hpp 2018-03-26 13:17:50.253784014 -0400 @@ -233,12 +233,6 @@ // Last entry in linked list of appended ClassPathEntry instances static ClassPathEntry* _last_append_entry; - // Array of module names associated with the boot class loader - CDS_ONLY(static GrowableArray* _boot_modules_array;) - - // Array of module names associated with the platform class loader - CDS_ONLY(static GrowableArray* _platform_modules_array;) - // Info used by CDS CDS_ONLY(static SharedPathsMiscInfo * _shared_paths_misc_info;)