--- old/src/share/classes/java/lang/Integer.java Mon Oct 1 10:50:14 2012 +++ new/src/share/classes/java/lang/Integer.java Mon Oct 1 10:50:13 2012 @@ -752,7 +752,7 @@ * -128 and 127 (inclusive) as required by JLS. * * The cache is initialized on first usage. The size of the cache - * may be controlled by the -XX:AutoBoxCacheMax= option. + * may be controlled by the {@code -XX:AutoBoxCacheMax=} option. * During VM initialization, java.lang.Integer.IntegerCache.high property * may be set and saved in the private system properties in the * sun.misc.VM class.