src/hotspot/share/classfile/classLoader.hpp
changeset 58486 dcb418f5aabd
parent 58447 319173c62caa
child 58679 9c3209ff7550
child 58842 6c255334120d
--- a/src/hotspot/share/classfile/classLoader.hpp	Mon Oct 07 17:12:22 2019 +0200
+++ b/src/hotspot/share/classfile/classLoader.hpp	Mon Oct 07 11:29:10 2019 -0700
@@ -237,6 +237,8 @@
   CDS_ONLY(static ClassPathEntry* app_classpath_entries() {return _app_classpath_entries;})
   CDS_ONLY(static ClassPathEntry* module_path_entries() {return _module_path_entries;})
 
+  static bool has_bootclasspath_append() { return _first_append_entry != NULL; }
+
  protected:
   // Initialization:
   //   - setup the boot loader's system class path