< prev index next >

src/hotspot/share/runtime/jniHandles.cpp

Print this page

        

*** 422,437 **** // the next handle block is valid only if current block is full if (current->_top < block_size_in_oops) { break; } } - - /* - * JVMTI data structures may also contain weak oops. The iteration of them - * is placed here so that we don't need to add it to each of the collectors. - */ - JvmtiExport::weak_oops_do(is_alive, f); } jobject JNIHandleBlock::allocate_handle(oop obj) { assert(Universe::heap()->is_in_reserved(obj), "sanity check"); --- 422,431 ----
< prev index next >