< prev index next >

src/share/vm/runtime/jniHandles.hpp

Print this page

        

@@ -84,10 +84,12 @@
   // Garbage collection support(global handles only, local handles are traversed from thread)
   // Traversal of regular global handles
   static void oops_do(OopClosure* f);
   // Traversal of weak global handles. Unreachable oops are cleared.
   static void weak_oops_do(BoolObjectClosure* is_alive, OopClosure* f);
+  // Traversal of weak global handles.
+  static void weak_oops_do(OopClosure* f);
 };
 
 
 
 // JNI handle blocks holding local/global JNI handles
< prev index next >