< prev index next >

src/hotspot/share/runtime/jniHandles.cpp

Print this page

        

@@ -422,16 +422,10 @@
     // 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");
< prev index next >