diff src/share/vm/prims/jvmtiTagMap.cpp @ 2177:3582bf76420e

6990754: Use native memory and reference counting to implement SymbolTable Summary: move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
author coleenp
date Thu, 27 Jan 2011 16:11:27 -0800
parents c1a0ede55d6f
children c7f3d0b4570f
line wrap: on
line diff
--- a/src/share/vm/prims/jvmtiTagMap.cpp	Thu Jan 27 13:42:28 2011 -0800
+++ b/src/share/vm/prims/jvmtiTagMap.cpp	Thu Jan 27 16:11:27 2011 -0800
@@ -2605,7 +2605,7 @@
     }
 
     // some objects are ignored - in the case of simple
-    // roots it's mostly symbolOops that we are skipping
+    // roots it's mostly Symbol*s that we are skipping
     // here.
     if (!ServiceUtil::visible_oop(o)) {
       return;