src/hotspot/share/classfile/sharedPathsMiscInfo.hpp
changeset 54927 1512d88b24c6
parent 53244 9807daeb47c4
--- a/src/hotspot/share/classfile/sharedPathsMiscInfo.hpp	Fri May 17 10:48:02 2019 -0400
+++ b/src/hotspot/share/classfile/sharedPathsMiscInfo.hpp	Fri May 17 08:29:55 2019 -0700
@@ -67,7 +67,7 @@
 
 protected:
   static bool fail(const char* msg, const char* name = NULL);
-  bool check(jint type, const char* path);
+  bool check(jint type, const char* path, bool is_static);
 
 public:
   enum {
@@ -162,7 +162,7 @@
   }
 
 public:
-  bool check();
+  bool check(bool is_static);
 };
 
 #endif // SHARE_CLASSFILE_SHAREDPATHSMISCINFO_HPP