< prev index next >

src/share/vm/classfile/classLoaderData.hpp

Print this page

        

@@ -362,10 +362,11 @@
   void dump(outputStream * const out) PRODUCT_RETURN;
   void verify();
   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);
   bool contains_klass(Klass* k);
   void record_dependency(const Klass* to, TRAPS);
< prev index next >