src/hotspot/share/classfile/systemDictionary.hpp
changeset 53884 1a7b57d02107
parent 53746 bdccafc038a2
child 54347 235883996bc7
child 57271 1735d39dbff9
--- a/src/hotspot/share/classfile/systemDictionary.hpp	Thu Feb 21 17:50:27 2019 -0800
+++ b/src/hotspot/share/classfile/systemDictionary.hpp	Thu Feb 21 17:07:35 2019 -0800
@@ -628,6 +628,7 @@
   static InstanceKlass* load_shared_class(InstanceKlass* ik,
                                           Handle class_loader,
                                           Handle protection_domain,
+                                          const ClassFileStream *cfs,
                                           TRAPS);
   static InstanceKlass* load_shared_boot_class(Symbol* class_name,
                                                TRAPS);