igerasim [Tue, 13 Aug 2013 13:04:21 +0400] rev 19411
8022584: Memory leak in some NetworkInterface methods
Reviewed-by: alanb, dholmes, chegar, michaelm
alanb [Thu, 15 Aug 2013 13:42:45 +0100] rev 19410
8015765: TEST_BUG: java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failing intermittently
Reviewed-by: chegar, dholmes, alanb
Contributed-by: yiming.wang@oracle.com
alanb [Thu, 15 Aug 2013 11:54:05 +0100] rev 19409
8022921: Remove experimental Profile attribute
Reviewed-by: mchung, chegar
yhuang [Wed, 14 Aug 2013 22:49:54 -0700] rev 19408
8021121: ISO 4217 Amendment Number 156
Reviewed-by: naoto
wetmore [Wed, 14 Aug 2013 19:19:43 -0700] rev 19407
8023075: JDK-5049299 has broken old make in jdk8
Reviewed-by: katleman
bpb [Mon, 12 Aug 2013 10:35:44 -0700] rev 19406
8022109: Evaluate adding incrementExact, decrementExact, negateExact to java.lang.Math
Summary: Add the methods for parameter types int and long.
Reviewed-by: mduigou
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
sherman [Wed, 14 Aug 2013 11:42:59 -0700] rev 19405
8022178: System.console() throws IOE on some Windows
Summary: to remove the IOE throwing code
Reviewed-by: alanb
darcy [Wed, 14 Aug 2013 11:26:32 -0700] rev 19404
8022990: Fix dep_ann lint warnings in swing code
Reviewed-by: alexsch
ksrini [Wed, 14 Aug 2013 08:12:36 -0700] rev 19403
8022547: [verifier] move DefaultMethodRegressionTests.java to jdk
Reviewed-by: acorn
coleenp [Wed, 14 Aug 2013 10:14:06 -0400] rev 19402
Merge
hseigel [Tue, 13 Aug 2013 10:56:13 -0400] rev 19401
8022259: MakeClasslist is buggy and its README is out of date.
Summary: Fixed bug in FOR loop and updated comments and README
Reviewed-by: dholmes, alanb
lana [Tue, 13 Aug 2013 18:33:25 -0700] rev 19400
Merge
robm [Tue, 13 Aug 2013 19:10:54 +0100] rev 19399
5049299: (process) Use posix_spawn, not fork, on S10 to avoid swap exhaustion
Reviewed-by: alanb, dholmes, martin, erikj, coffeys
darcy [Tue, 13 Aug 2013 10:12:03 -0700] rev 19398
8022959: Fix new doclint issues in java.util.zip
Reviewed-by: chegar
mullan [Tue, 13 Aug 2013 10:07:56 -0400] rev 19397
Merge
mullan [Tue, 13 Aug 2013 10:06:48 -0400] rev 19396
8022897: Add test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java to ProblemList
Reviewed-by: vinnie, chegar
dfuchs [Tue, 13 Aug 2013 16:00:44 +0200] rev 19395
8019948: java/util/logging/bundlesearch/ResourceBundleSearchTest.java is failing intermittently
Reviewed-by: mchung, dholmes
chegar [Tue, 13 Aug 2013 14:57:12 +0100] rev 19394
8022779: ProblemList.txt updates (8/2013)
Summary: Update ProblemList and remove AggressiveOpts MOAT test run
Reviewed-by: chegar, alanb
Contributed-by: Amy Lu <amy.lu@oracle.com>
bpb [Mon, 12 Aug 2013 16:21:10 -0700] rev 19393
8022180: BigInteger Burnikel-Ziegler quotient and remainder calculation assumes quotient parameter is zero
Summary: Clear the quotient in divideAndRemainderBurnikelZiegler() if the divisor is larger than the dividend.
Reviewed-by: alanb, bpb
Contributed-by: Timothy Buktu <tbuktu@hotmail.com>
vinnie [Tue, 13 Aug 2013 14:18:57 +0100] rev 19392
Merge
vinnie [Tue, 13 Aug 2013 14:15:03 +0100] rev 19391
8013170: Spec for PBEParameterSpec does not specify behavior when paramSpec is null
Reviewed-by: mullan
ascarpino [Mon, 12 Aug 2013 11:25:42 -0700] rev 19390
8020081: Cipher with OAEPPadding and OAEPParameterSpec can't be created
Reviewed-by: mullan
lancea [Mon, 12 Aug 2013 16:09:24 -0400] rev 19389
8022753: SQLXML javadoc example typo
Reviewed-by: alanb, mchung
henryjen [Mon, 12 Aug 2013 12:11:04 -0700] rev 19388
8022749: Convert junit tests to testng in test/java/lang/invoke
Reviewed-by: mduigou, alanb
Contributed-by: Mani Sarkar <sadhak001@gmail.com>