RFR 8157318: ThreadedSeedGenerator uses System.currentTimeMillis and stops generating when time is set back
Wang Weijun
weijun.wang at oracle.com
Tue Jun 21 03:17:48 UTC 2016
> On Jun 21, 2016, at 10:30 AM, Xuelei Fan <xuelei.fan at oracle.com> wrote:
>
> Looks fine to me.
>
> long l = System.nanoTime();
> 'l' is easy to be confused with '1'. May be nice to use a meaningful
> name, for example 'startTime'.
Thanks. Updated as you suggested and pushed.
--Max
>
> Xuelei
More information about the security-dev
mailing list