Well done. Everything looks fine to me. --Max
> On May 16, 2020, at 5:47 AM, Valerie Peng <valerie.p...@oracle.com> wrote: > > Hi Max, > > I have updated the webrev > (http://cr.openjdk.java.net/~valeriep/8242151/webrev.05/) to address your > suggestion below. Touched classes are NamedCurve, CurveDB, > ConstraintsParameters, and SunEC. The result of using the single method looks > pretty good - clean and shorter code. :) > >> CurveDB.getNamesByOID is only used in >> ConstraintsParameters.getNamedCurveFromKey(), but we already have a >> NamedCurve there and you can directly use it without converting to >> nc.getObjectId(). >> >> In fact, it looks like nc.getAliases() and nc.getName() are always used >> together. Can we just remove these 2 and add a new method >> nc.getNameAndAliases()? Then there will be no compatibility impact for >> getName() at all! >> > Thanks, > Valerie >