src/hotspot/share/classfile/classLoader.hpp
changeset 58486 dcb418f5aabd
parent 58447 319173c62caa
child 58679 9c3209ff7550
child 58842 6c255334120d
equal deleted inserted replaced
58483:f48737be4fd7 58486:dcb418f5aabd
   234   CDS_ONLY(static void add_to_module_path_entries(const char* path,
   234   CDS_ONLY(static void add_to_module_path_entries(const char* path,
   235                                            ClassPathEntry* entry);)
   235                                            ClassPathEntry* entry);)
   236  public:
   236  public:
   237   CDS_ONLY(static ClassPathEntry* app_classpath_entries() {return _app_classpath_entries;})
   237   CDS_ONLY(static ClassPathEntry* app_classpath_entries() {return _app_classpath_entries;})
   238   CDS_ONLY(static ClassPathEntry* module_path_entries() {return _module_path_entries;})
   238   CDS_ONLY(static ClassPathEntry* module_path_entries() {return _module_path_entries;})
       
   239 
       
   240   static bool has_bootclasspath_append() { return _first_append_entry != NULL; }
   239 
   241 
   240  protected:
   242  protected:
   241   // Initialization:
   243   // Initialization:
   242   //   - setup the boot loader's system class path
   244   //   - setup the boot loader's system class path
   243   //   - setup the boot loader's patch mod entries, if present
   245   //   - setup the boot loader's patch mod entries, if present