src/hotspot/share/oops/instanceKlass.hpp
changeset 49969 8624981f1ffa
parent 49948 ff8dbb56740a
child 49982 9042ffe5b7fe
--- a/src/hotspot/share/oops/instanceKlass.hpp	Thu May 03 08:07:20 2018 -0400
+++ b/src/hotspot/share/oops/instanceKlass.hpp	Fri Apr 27 15:00:04 2018 -0400
@@ -1150,9 +1150,11 @@
 #endif // INCLUDE_JVMTI
 
   void clean_weak_instanceklass_links();
+ private:
   void clean_implementors_list();
   void clean_method_data();
 
+ public:
   // Explicit metaspace deallocation of fields
   // For RedefineClasses and class file parsing errors, we need to deallocate
   // instanceKlasses and the metadata they point to.