bpb [Tue, 29 Sep 2015 17:28:44 -0700] rev 38455
8023217: Additional floorDiv/floorMod/multiplyExact methods for java.lang.Math
Summary: Add new methods with long, int signatures.
Reviewed-by: darcy, scolebourne
rhalade [Fri, 20 May 2016 15:50:20 -0700] rev 38454
8157469: DefaultProviderList.java fails with no provider class apple.security.AppleProvider found
Reviewed-by: valeriep
darcy [Fri, 20 May 2016 15:34:37 -0700] rev 38453
4851777: Add BigDecimal sqrt method
Reviewed-by: bpb
bpb [Fri, 20 May 2016 14:41:41 -0700] rev 38452
5100935: No way to access the 64-bit integer multiplication of 64-bit CPUs efficiently
Summary: Add methods multiplyFull() and multiplyHigh() to Math and StrictMath.
Reviewed-by: darcy
chegar [Fri, 20 May 2016 21:44:03 +0100] rev 38451
8157154: jmod jlink properties file need copyright header
Reviewed-by: alanb, mchung
sherman [Fri, 20 May 2016 12:47:41 -0700] rev 38450
8143282: \p{Cn} unassigned code points should be included in \p{C}
Summary: to add unassigned cp support into \p{C}
Reviewed-by: martin
redestad [Fri, 20 May 2016 20:27:28 +0200] rev 38449
8157449: Adjust link-time generated Species classes to match JDK-8148604 usage
Reviewed-by: shade
snikandrova [Fri, 20 May 2016 11:12:02 -0700] rev 38448
8155575: Provider.java contains very long lines because of lambda
Reviewed-by: ascarpino
ssahoo [Fri, 20 May 2016 09:57:01 -0700] rev 38447
8157417: Some of SecureRandom test might get timed out in linux
Reviewed-by: weijun
asmotrak [Fri, 20 May 2016 09:40:29 -0700] rev 38446
8129389: javax/net/ssl/DTLS tests fail intermittently
Reviewed-by: xuelei
jlaskey [Fri, 20 May 2016 11:41:29 -0300] rev 38445
8156602: javac crashes again on Windows 32-bit with ClosedChannelException
Reviewed-by: alanb
psandoz [Fri, 20 May 2016 14:07:21 +0200] rev 38444
8157437: Typos in Stream JavaDoc
Reviewed-by: shade, alanb, lancea
mli [Fri, 20 May 2016 03:33:57 -0700] rev 38443
8157211: Mark tools/launcher/FXLauncherTest.java as intermittently failing
Reviewed-by: psandoz
psandoz [Fri, 20 May 2016 11:47:39 +0200] rev 38442
8130023: API java.util.stream: explicitly specify guaranteed execution of the pipeline
Reviewed-by: briangoetz, redestad