hotspot/src/share/vm/oops/symbol.hpp
changeset 20017 81eba62e9048
parent 19696 bd5a0131bde1
child 22757 b2cbb3680b4f
--- a/hotspot/src/share/vm/oops/symbol.hpp	Tue Sep 17 23:12:27 2013 +0200
+++ b/hotspot/src/share/vm/oops/symbol.hpp	Fri Sep 13 22:38:02 2013 -0400
@@ -45,7 +45,7 @@
 // in the SymbolTable bucket (the _literal field in HashtableEntry)
 // that points to the Symbol.  All other stores of a Symbol*
 // to a field of a persistent variable (e.g., the _name filed in
-// FieldAccessInfo or _ptr in a CPSlot) is reference counted.
+// fieldDescriptor or _ptr in a CPSlot) is reference counted.
 //
 // 1) The lookup of a "name" in the SymbolTable either creates a Symbol F for
 // "name" and returns a pointer to F or finds a pre-existing Symbol F for