src/hotspot/share/classfile/classLoader.hpp
changeset 49612 f40a666a75bc
parent 49340 4e82736053ae
child 49739 00805b129186
--- a/src/hotspot/share/classfile/classLoader.hpp	Mon Mar 26 12:59:45 2018 -0700
+++ b/src/hotspot/share/classfile/classLoader.hpp	Mon Mar 26 19:00:47 2018 -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<char*>* _boot_modules_array;)
-
-  // Array of module names associated with the platform class loader
-  CDS_ONLY(static GrowableArray<char*>* _platform_modules_array;)
-
   // Info used by CDS
   CDS_ONLY(static SharedPathsMiscInfo * _shared_paths_misc_info;)