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>
vromero [Mon, 12 Aug 2013 17:40:14 +0100] rev 19387
8015780: java/lang/reflect/Method/GenericStringTest.java failing
Reviewed-by: darcy, jfranck
mullan [Mon, 12 Aug 2013 09:29:06 -0400] rev 19386
Merge
mullan [Mon, 12 Aug 2013 09:03:51 -0400] rev 19385
8016848: javax_security/auth/login tests fail in compact 1 and 2 profiles
Summary: Change the default value of the "login.configuration.provider" security property to sun.security.provider.ConfigFile
Reviewed-by: xuelei
xuelei [Sun, 11 Aug 2013 18:21:13 -0700] rev 19384
8022487: DEREncodedKeyValue.supportedKeyTypes should be private
Reviewed-by: mullan
joehw [Fri, 09 Aug 2013 12:53:30 -0700] rev 19383
8022548: SPECJVM2008 has errors introduced in 7u40-b34
Reviewed-by: chegar, lancea
sherman [Fri, 09 Aug 2013 12:40:11 -0700] rev 19382
8020054: (tz) Support tzdata2013d
Summary: update the jdk8 tz data to version 2013d
Reviewed-by: coffeys, peytoia
dxu [Fri, 09 Aug 2013 10:55:52 -0700] rev 19381
8021977: Opening a file using java.io can throw IOException on Windows
Summary: Remove IOException related error-handling code for backward compatibility
Reviewed-by: alanb, lancea, mr
dl [Fri, 09 Aug 2013 17:56:38 +0100] rev 19380
8022724: lint warnings in j.u.concurrent packages
Reviewed-by: chegar, lancea, darcy
chegar [Fri, 09 Aug 2013 13:50:13 +0100] rev 19379
8022661: InetAddress.writeObject() performs flush() on object output stream
Reviewed-by: michaelm, alanb
psandoz [Fri, 09 Aug 2013 11:44:38 +0200] rev 19378
8022326: Spliterator for values of j.u.c.ConcurrentSkipListMap does not report ORDERED
Reviewed-by: martin, chegar
sherman [Thu, 08 Aug 2013 23:40:46 -0700] rev 19377
6614237: missing codepage Cp290 at java runtime
Summary: to add charset Cp290 and Cp300
Reviewed-by: okutsu