-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 5.0
-
Component/s: tools
-
b56
-
generic
-
solaris_8
javac performance could be improved about 8-10% simply by creating a single
"empty" iterator object that is always returned by List.iterator() when the
list is empty.
"empty" iterator object that is always returned by List.iterator() when the
list is empty.
- relates to
-
JDK-8061400 Please introduce a name for the "null" type
-
- Closed
-
-
JDK-5060257 please change return type of Iterable<T>.iterator() to Iterator<? extends T>
-
- Closed
-