diff -r 00977607da34 -r 148e5441d916 src/share/vm/ci/ciEnv.hpp --- a/src/share/vm/ci/ciEnv.hpp Tue Sep 15 11:09:34 2009 -0700 +++ b/src/share/vm/ci/ciEnv.hpp Tue Sep 15 21:53:47 2009 -0700 @@ -339,8 +339,8 @@ // but consider adding to vmSymbols.hpp instead. // Use this to make a holder for non-perm compile time constants. - // The resulting array is guaranteed to satisfy "has_encoding". - ciArray* make_array(GrowableArray* objects); + // The resulting array is guaranteed to satisfy "can_be_constant". + ciArray* make_system_array(GrowableArray* objects); // converts the ciKlass* representing the holder of a method into a // ciInstanceKlass*. This is needed since the holder of a method in