diff src/share/vm/ci/ciField.hpp @ 14314:2c95095271e9

Merge
author ehelin
date Thu, 30 Jan 2014 14:01:45 +0100
parents 63a4eb8bcd23
children d8041d695d19
line wrap: on
line diff
--- a/src/share/vm/ci/ciField.hpp	Wed Jan 29 19:54:44 2014 -0500
+++ b/src/share/vm/ci/ciField.hpp	Thu Jan 30 14:01:45 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.
   //