hotspot/src/share/vm/runtime/jniHandles.cpp
changeset 7918 ce1e4ae77aea
parent 7896 08aadd7aa3ee
child 8921 14bfe81f2a9d
--- a/hotspot/src/share/vm/runtime/jniHandles.cpp	Wed Jan 19 08:16:45 2011 -0800
+++ b/hotspot/src/share/vm/runtime/jniHandles.cpp	Wed Jan 19 13:51:53 2011 -0800
@@ -25,7 +25,7 @@
 #include "precompiled.hpp"
 #include "classfile/systemDictionary.hpp"
 #include "oops/oop.inline.hpp"
-#include "prims/jvmtiTagMap.hpp"
+#include "prims/jvmtiExport.hpp"
 #include "runtime/jniHandles.hpp"
 #include "runtime/mutexLocker.hpp"
 #ifdef TARGET_OS_FAMILY_linux
@@ -431,10 +431,10 @@
   }
 
   /*
-   * JvmtiTagMap may also contain weak oops.  The iteration of it is placed
-   * here so that we don't need to add it to each of the collectors.
+   * 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.
    */
-  JvmtiTagMap::weak_oops_do(is_alive, f);
+  JvmtiExport::weak_oops_do(is_alive, f);
 }