hotspot/src/share/vm/runtime/jniHandles.hpp
changeset 37179 4dbcb3a642d2
parent 36508 5f9eee6b383b
parent 37106 0856b64af754
child 37466 287c4ebd11b0
--- a/hotspot/src/share/vm/runtime/jniHandles.hpp	Tue Mar 22 18:41:09 2016 -0700
+++ b/hotspot/src/share/vm/runtime/jniHandles.hpp	Wed Mar 23 23:36:29 2016 +0100
@@ -86,6 +86,8 @@
   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);
 };