hotspot/src/share/vm/ci/ciField.hpp
changeset 22551 9bf46d16dcc6
parent 20017 81eba62e9048
child 26706 1e985d72c57f
--- a/hotspot/src/share/vm/ci/ciField.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/src/share/vm/ci/ciField.hpp	Thu Jan 23 14:47:23 2014 +0100
@@ -130,9 +130,7 @@
   //   1. The field is both static and final
   //   2. The canonical holder of the field has undergone
   //      static initialization.
-  //   3. If the field is an object or array, then the oop
-  //      in question is allocated in perm space.
-  //   4. The field is not one of the special static/final
+  //   3. The field is not one of the special static/final
   //      non-constant fields.  These are java.lang.System.in
   //      and java.lang.System.out.  Abomination.
   //