src/hotspot/share/memory/filemap.hpp
changeset 54340 2221f042556d
parent 53884 1a7b57d02107
child 54780 f8d182aedc92
--- a/src/hotspot/share/memory/filemap.hpp	Fri Mar 29 07:38:34 2019 -0700
+++ b/src/hotspot/share/memory/filemap.hpp	Fri Mar 29 08:42:32 2019 -0700
@@ -303,7 +303,7 @@
   static void update_shared_classpath(ClassPathEntry *cpe, SharedClassPathEntry* ent, TRAPS);
 
 #if INCLUDE_JVMTI
-  static ClassFileStream* open_stream_for_jvmti(InstanceKlass* ik, TRAPS);
+  static ClassFileStream* open_stream_for_jvmti(InstanceKlass* ik, Handle class_loader, TRAPS);
 #endif
 
   static SharedClassPathEntry* shared_path(int index) {