< prev index next >

src/share/vm/runtime/jniHandles.hpp

Print this page
rev 13309 : 8185263: Fix zero build after 8169881, 8175318, 8178350
Reviewed-by:

@@ -150,10 +150,13 @@
   void zap();
 
   // Free list computation
   void rebuild_free_list();
 
+  // No more handles in the both the current and following blocks
+  void clear() { _top = 0; }
+
  public:
   // Handle allocation
   jobject allocate_handle(oop obj);
 
   // Release Handle
< prev index next >