hotspot/src/share/vm/classfile/classLoaderData.hpp
changeset 47095 9d21da6fe729
parent 46961 c9094b1e5f87
--- a/hotspot/src/share/vm/classfile/classLoaderData.hpp	Tue Aug 29 12:17:02 2017 +0200
+++ b/hotspot/src/share/vm/classfile/classLoaderData.hpp	Wed Aug 30 07:18:02 2017 -0400
@@ -364,6 +364,7 @@
   const char* loader_name();
 
   OopHandle add_handle(Handle h);
+  void remove_handle(OopHandle h);
   void init_handle_locked(OopHandle& pd, Handle h);  // used for concurrent access to ModuleEntry::_pd field
   void add_class(Klass* k, bool publicize = true);
   void remove_class(Klass* k);