-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: None
-
Component/s: hotspot
-
b15
Usages of methods Integer.valueOf, Boolean.valueOf, Long.valueOf often can be simplified by using their pair methods parseInt/parseBoolean/parseLong.