History log of /openjdk9/jdk/src/java.base/share/classes/sun/security/provider/SeedGenerator.java
Revision Date Author Comments
# 15687:d3a88ba20b0b 22-Sep-2016 jnimeh

8049516: sun.security.provider.SeedGenerator throws ArrayIndexOutOfBoundsException
Summary: Prevent the latch inside ThreadedSeedGenerator.run() from overflowing into a negative value causing a negative index array lookup.
Reviewed-by: xuelei, weijun


# 14867:504c0fc6f4bf 20-Jun-2016 weijun

8157318: ThreadedSeedGenerator uses System.currentTimeMillis and stops generating when time is set back
Reviewed-by: xuelei, wetmore


# 13332:f90cd2c011bc 18-Dec-2015 chegar

8056152: API to create Threads that do not inherit inheritable thread-local initial values
Reviewed-by: alanb, dholmes, mchung, mr, rriggs


# 12745:f068a4ffddd2 15-Sep-2015 martin

8136583: Core libraries should use blessed modifier order
Summary: Run blessed-modifier-order script (see bug)
Reviewed-by: psandoz, chegar, alanb, plevart


# 11809:f31efd159c33 23-Apr-2015 darcy

8078468: Update security libraries to use diamond with anonymous classes
Reviewed-by: weijun


# 11780:bb6f979d1068 03-Apr-2015 valeriep

8042332: Enhance thread contexts in security libraries
Summary: Modified to use ManagedLocalsThread wherever applicable.
Reviewed-by: xuelei, skoivu


# 11276:fc3e92951010 20-Jan-2015 plevart

8047769: SecureRandom should be more frugal with file descriptors
Summary: Introduce FileInputStreamPool to cache open FileInputStreams
Reviewed-by: wetmore, alanb, chegar


# 10444:f08705540498 17-Aug-2014 chegar

8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com