< prev index next >

src/share/vm/runtime/jniHandles.hpp

Print this page
rev 13288 : [mq]: reviews

*** 147,161 **** static int _blocks_allocated; // For debugging/printing // Fill block with bad_handle values void zap(); - protected: - // No more handles in the both the current and following blocks - void clear() { _top = 0; } - - private: // Free list computation void rebuild_free_list(); public: // Handle allocation --- 147,156 ----
< prev index next >