Tue, 13 Aug 2013 19:10:54 +0100 5049299: (process) Use posix_spawn, not fork, on S10 to avoid swap exhaustion
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
Tue, 13 Aug 2013 10:12:03 -0700 8022959: Fix new doclint issues in java.util.zip
darcy [Tue, 13 Aug 2013 10:12:03 -0700] rev 19398
8022959: Fix new doclint issues in java.util.zip Reviewed-by: chegar
Tue, 13 Aug 2013 10:07:56 -0400 Merge
mullan [Tue, 13 Aug 2013 10:07:56 -0400] rev 19397
Merge
Tue, 13 Aug 2013 10:06:48 -0400 8022897: Add test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java to ProblemList
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
Tue, 13 Aug 2013 16:00:44 +0200 8019948: java/util/logging/bundlesearch/ResourceBundleSearchTest.java is failing intermittently
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
Tue, 13 Aug 2013 14:57:12 +0100 8022779: ProblemList.txt updates (8/2013)
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>
Mon, 12 Aug 2013 16:21:10 -0700 8022180: BigInteger Burnikel-Ziegler quotient and remainder calculation assumes quotient parameter is zero
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>
Tue, 13 Aug 2013 14:18:57 +0100 Merge
vinnie [Tue, 13 Aug 2013 14:18:57 +0100] rev 19392
Merge
Tue, 13 Aug 2013 14:15:03 +0100 8013170: Spec for PBEParameterSpec does not specify behavior when paramSpec is null
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
Mon, 12 Aug 2013 11:25:42 -0700 8020081: Cipher with OAEPPadding and OAEPParameterSpec can't be created
ascarpino [Mon, 12 Aug 2013 11:25:42 -0700] rev 19390
8020081: Cipher with OAEPPadding and OAEPParameterSpec can't be created Reviewed-by: mullan
Mon, 12 Aug 2013 16:09:24 -0400 8022753: SQLXML javadoc example typo
lancea [Mon, 12 Aug 2013 16:09:24 -0400] rev 19389
8022753: SQLXML javadoc example typo Reviewed-by: alanb, mchung
Mon, 12 Aug 2013 12:11:04 -0700 8022749: Convert junit tests to testng in test/java/lang/invoke
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>
Mon, 12 Aug 2013 17:40:14 +0100 8015780: java/lang/reflect/Method/GenericStringTest.java failing
vromero [Mon, 12 Aug 2013 17:40:14 +0100] rev 19387
8015780: java/lang/reflect/Method/GenericStringTest.java failing Reviewed-by: darcy, jfranck
Mon, 12 Aug 2013 09:29:06 -0400 Merge
mullan [Mon, 12 Aug 2013 09:29:06 -0400] rev 19386
Merge
Mon, 12 Aug 2013 09:03:51 -0400 8016848: javax_security/auth/login tests fail in compact 1 and 2 profiles
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
Sun, 11 Aug 2013 18:21:13 -0700 8022487: DEREncodedKeyValue.supportedKeyTypes should be private
xuelei [Sun, 11 Aug 2013 18:21:13 -0700] rev 19384
8022487: DEREncodedKeyValue.supportedKeyTypes should be private Reviewed-by: mullan
Fri, 09 Aug 2013 12:53:30 -0700 8022548: SPECJVM2008 has errors introduced in 7u40-b34
joehw [Fri, 09 Aug 2013 12:53:30 -0700] rev 19383
8022548: SPECJVM2008 has errors introduced in 7u40-b34 Reviewed-by: chegar, lancea
Fri, 09 Aug 2013 12:40:11 -0700 8020054: (tz) Support tzdata2013d
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
Fri, 09 Aug 2013 10:55:52 -0700 8021977: Opening a file using java.io can throw IOException on Windows
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
Fri, 09 Aug 2013 17:56:38 +0100 8022724: lint warnings in j.u.concurrent packages
dl [Fri, 09 Aug 2013 17:56:38 +0100] rev 19380
8022724: lint warnings in j.u.concurrent packages Reviewed-by: chegar, lancea, darcy
Fri, 09 Aug 2013 13:50:13 +0100 8022661: InetAddress.writeObject() performs flush() on object output stream
chegar [Fri, 09 Aug 2013 13:50:13 +0100] rev 19379
8022661: InetAddress.writeObject() performs flush() on object output stream Reviewed-by: michaelm, alanb
Fri, 09 Aug 2013 11:44:38 +0200 8022326: Spliterator for values of j.u.c.ConcurrentSkipListMap does not report ORDERED
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
Thu, 08 Aug 2013 23:40:46 -0700 6614237: missing codepage Cp290 at java runtime
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
Fri, 09 Aug 2013 11:41:17 +0800 8021788: JarInputStream doesn't provide certificates for some file under META-INF
weijun [Fri, 09 Aug 2013 11:41:17 +0800] rev 19376
8021788: JarInputStream doesn't provide certificates for some file under META-INF Reviewed-by: chegar, sherman
Thu, 08 Aug 2013 17:06:40 -0700 8022461: Fix lint warnings in sun.security.{provider,rsa,x509}
juh [Thu, 08 Aug 2013 17:06:40 -0700] rev 19375
8022461: Fix lint warnings in sun.security.{provider,rsa,x509} Reviewed-by: darcy, weijun, xuelei, mullan
Thu, 08 Aug 2013 12:03:04 -0700 8015666: test/tools/pack200/TimeStamp.java failing
sherman [Thu, 08 Aug 2013 12:03:04 -0700] rev 19374
8015666: test/tools/pack200/TimeStamp.java failing Summary: to keep the default behavior of ZOS unchanged, if ze extra time not explicitly set Reviewed-by: alanb, ksrini
Thu, 08 Aug 2013 21:13:01 +0800 8016594: Native Windows ccache still reads DES tickets
weijun [Thu, 08 Aug 2013 21:13:01 +0800] rev 19373
8016594: Native Windows ccache still reads DES tickets Reviewed-by: dsamersoff, xuelei
Thu, 08 Aug 2013 09:16:16 +0400 7147084: (process) appA hangs when read output stream of appB which starts appC that runs forever
uta [Thu, 08 Aug 2013 09:16:16 +0400] rev 19372
7147084: (process) appA hangs when read output stream of appB which starts appC that runs forever Reviewed-by: alanb, robm, martin
Thu, 08 Aug 2013 13:51:55 +0900 8015986: Incorrect Localization of HijrahChronology
okutsu [Thu, 08 Aug 2013 13:51:55 +0900] rev 19371
8015986: Incorrect Localization of HijrahChronology Reviewed-by: naoto Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com
Tue, 20 Aug 2013 17:38:56 -0700 Merge
lana [Tue, 20 Aug 2013 17:38:56 -0700] rev 19370
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip