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>