tvaleev [Thu, 03 Mar 2016 10:06:16 +0100] rev 36223
8072727: add variation of Stream.iterate() that's finite
Reviewed-by: psandoz, briangoetz
mikael [Wed, 02 Mar 2016 13:21:20 -0800] rev 36222
8149596: Remove java.nio.Bits copy wrapper methods
Reviewed-by: bpb, chegar, psandoz
mhaupt [Wed, 02 Mar 2016 20:36:00 +0100] rev 36221
8150832: split T8139885 into several tests by functionality
Reviewed-by: redestad
mhaupt [Wed, 02 Mar 2016 20:16:11 +0100] rev 36220
8150635: j.l.i.MethodHandles.loop(...) throws IndexOutOfBoundsException
Reviewed-by: psandoz
chegar [Wed, 02 Mar 2016 16:25:29 +0000] rev 36219
8150976: JarFile and MRJAR tests should use the JDK specific Version API
Reviewed-by: alanb, mchung
mhaupt [Wed, 02 Mar 2016 14:15:15 +0100] rev 36218
8150953: j.l.i.MethodHandles: example section in whileLoop(...) provides example for doWhileLoop
Reviewed-by: psandoz
igerasim [Wed, 02 Mar 2016 14:10:40 +0300] rev 36217
8149330: Capacity of StringBuilder should not get close to Integer.MAX_VALUE unless necessary
Reviewed-by: martin
dfuchs [Wed, 02 Mar 2016 11:14:35 +0100] rev 36216
8148820: Missing @since Javadoc tag in Logger.log(Level, Supplier)
Summary: Added @since 1.8
Reviewed-by: lancea, rriggs
dfuchs [Tue, 01 Mar 2016 12:05:14 +0100] rev 36215
8150856: Inconsistent API documentation for @param caller in System.LoggerFinder.getLogger
Summary: @throws clause is correct; @param caller documentation fixed: caller must not be null.
Reviewed-by: martin
hb [Tue, 01 Mar 2016 09:48:49 +0100] rev 36214
8147610: javax/management/mxbean/MXBeanLoadingTest1.java assumes URLClassLoader
Reviewed-by: jbachorik