--- a/jdk/src/share/classes/java/lang/Short.java Wed Jul 08 09:12:17 2009 -0700
+++ b/jdk/src/share/classes/java/lang/Short.java Thu Jul 09 12:31:30 2009 -0700
@@ -219,6 +219,9 @@
* 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 s a short value.
* @return a {@code Short} instance representing {@code s}.
* @since 1.5