--- a/jdk/src/share/classes/java/lang/Integer.java Wed Jul 08 09:12:17 2009 -0700
+++ b/jdk/src/share/classes/java/lang/Integer.java Thu Jul 09 12:31:30 2009 -0700
@@ -638,6 +638,9 @@
* to yield significantly better space and time performance by
* caching frequently requested values.
*
+ * This method will always cache values in the range -128 to 127,
+ * inclusive, and may cache other values outside of this range.
+ *
* @param i an {@code int} value.
* @return an {@code Integer} instance representing {@code i}.
* @since 1.5