RFR 8023463 Update HashMap and LinkedHashMap to use bins/buckets or trees (red/black)

Martin Buchholz martinrb at google.com
Tue Aug 27 13:51:42 UTC 2013


On Tue, Aug 27, 2013 at 3:00 AM, Paul Sandoz <paul.sandoz at oracle.com> wrote:

>
> >>> There are a bunch of @Override that are missing making the code harder
> than it should to read.
> >>>
> >> Yes, i think this is because it sticks to the 166 style i suspect. Easy
> to change.
> >>
>
> Note that j.u. classes are quite inconsistent in this respect to using
> diamonds and @Overrides. My preference is to do a sweeping change to all
> such code.


For jsr166, we continue to maintain some support for jdk6 and use javac6 in
places, and so we've been known to de-<> for portability.   We're also not
huge fans of using @Override pervasively.



More information about the core-libs-dev mailing list