diff src/share/vm/ci/ciField.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents d8041d695d19
children
line wrap: on
line diff
--- a/src/share/vm/ci/ciField.hpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/ci/ciField.hpp	Tue Apr 01 13:57:07 2014 +0200
@@ -130,7 +130,9 @@
   //   1. The field is both static and final
   //   2. The canonical holder of the field has undergone
   //      static initialization.
-  //   3. The field is not one of the special static/final
+  //   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
   //      non-constant fields.  These are java.lang.System.in
   //      and java.lang.System.out.  Abomination.
   //