src/hotspot/share/classfile/classLoader.hpp
changeset 58842 6c255334120d
parent 58486 dcb418f5aabd
child 58879 717ebfbac29d
--- a/src/hotspot/share/classfile/classLoader.hpp	Tue Oct 29 11:33:25 2019 +0100
+++ b/src/hotspot/share/classfile/classLoader.hpp	Tue Oct 29 08:26:55 2019 -0700
@@ -411,6 +411,9 @@
   static char* skip_uri_protocol(char* source);
   static void  record_result(InstanceKlass* ik, const ClassFileStream* stream, TRAPS);
 #endif
+
+  static char* lookup_vm_options();
+
   static JImageLocationRef jimage_find_resource(JImageFile* jf, const char* module_name,
                                                 const char* file_name, jlong &size);