Relates :
|
The JLS mandates a certain range of integers from -128 to 127 to cached by the autoboxing mechanism, JSL 5.1.7. An assert checking one end of this range appears in Integer.valueOf. However, it would be sufficient, and more efficient, to have the assert only run once in the initialization of the IntegerCache class used to store the cached data.
|