xuelei [Tue, 25 Jul 2017 22:19:54 +0000] rev 45941
8184316: Typo in javax.net.ssl.SSLServerSocket class documentation
Reviewed-by: mullan
jjg [Mon, 24 Jul 2017 16:18:53 -0700] rev 45940
8185154: jdwp-protocol.html contains unescaped entities
Reviewed-by: dcubed
jjg [Mon, 24 Jul 2017 13:54:57 -0700] rev 45939
8184217: Redundant <p> tag before list
Reviewed-by: lancea
apetcher [Mon, 24 Jul 2017 10:18:33 -0400] rev 45938
8183591: Incorrect behavior when reading DER value with Integer.MAX_VALUE length
Reviewed-by: mullan
dl [Sat, 22 Jul 2017 09:18:50 -0700] rev 45937
8178409: Miscellaneous changes imported from jsr166 CVS 2017-07
Reviewed-by: martin, psandoz
dl [Sat, 22 Jul 2017 09:13:53 -0700] rev 45936
8177632: ScheduledThreadPoolExecutor delayed task shutdown policy affects non-scheduled tasks
8176254: ScheduledThreadPoolExecutor periodic tasks not cancelled if running at shutdown
8173113: Javadoc for ThreadPoolExecutor is unclear wrt corePoolSize and running threads
Reviewed-by: martin, psandoz, dholmes
dl [Sat, 22 Jul 2017 09:08:50 -0700] rev 45935
8178956: Misleading description of arguments to accumulator function called by LongAccumulator
Reviewed-by: martin, psandoz, dholmes, darcy
dl [Sat, 22 Jul 2017 09:03:50 -0700] rev 45934
7062169: (coll) micro-optimize ArrayList.remove(Object)
Reviewed-by: martin, psandoz, igerasim