Tue, 13 Aug 2013 18:33:25 -0700 Merge
lana [Tue, 13 Aug 2013 18:33:25 -0700] rev 19400
Merge
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
Fri, 16 Aug 2013 21:18:21 +0400 8005980: [findbugs] More com.sun.media.sound.* warnings
serb [Fri, 16 Aug 2013 21:18:21 +0400] rev 19369
8005980: [findbugs] More com.sun.media.sound.* warnings Reviewed-by: art, prr
Fri, 16 Aug 2013 20:56:46 +0400 8006085: [findbugs] a warning on javax.sound.sampled.DataLine$Info constructor
serb [Fri, 16 Aug 2013 20:56:46 +0400] rev 19368
8006085: [findbugs] a warning on javax.sound.sampled.DataLine$Info constructor Reviewed-by: art, prr
Fri, 16 Aug 2013 16:52:53 +0400 8020051: [TEST_BUG] Testcase for 8004859 has a typo
serb [Fri, 16 Aug 2013 16:52:53 +0400] rev 19367
8020051: [TEST_BUG] Testcase for 8004859 has a typo Reviewed-by: anthony
Thu, 15 Aug 2013 14:20:09 +0400 7191018: Manual test closed/java/awt/JAWT causes JVM to crash starting from JDK 5
alitvinov [Thu, 15 Aug 2013 14:20:09 +0400] rev 19366
7191018: Manual test closed/java/awt/JAWT causes JVM to crash starting from JDK 5 Reviewed-by: anthony, serb
Thu, 15 Aug 2013 01:17:30 +0400 8022997: [macosx] Remaining duplicated key events
leonidr [Thu, 15 Aug 2013 01:17:30 +0400] rev 19365
8022997: [macosx] Remaining duplicated key events Reviewed-by: anthony, serb
Wed, 14 Aug 2013 17:20:09 +0400 7173464: Clipboard.getAvailableDataFlavors: Comparison method violates contract
pchelko [Wed, 14 Aug 2013 17:20:09 +0400] rev 19364
7173464: Clipboard.getAvailableDataFlavors: Comparison method violates contract Reviewed-by: anthony, art, serb
Wed, 14 Aug 2013 16:17:28 +0400 8013454: [parfait] Memory leak in jdk/src/windows/native/sun/windows/awt_Cursor.cpp
pchelko [Wed, 14 Aug 2013 16:17:28 +0400] rev 19363
8013454: [parfait] Memory leak in jdk/src/windows/native/sun/windows/awt_Cursor.cpp 8012079: [parfait] possible null pointer dereference in jdk/src/windows/native/sun/windows/awt_Font.cpp Reviewed-by: art, serb
Tue, 13 Aug 2013 15:49:37 -0700 Merge
lana [Tue, 13 Aug 2013 15:49:37 -0700] rev 19362
Merge
Tue, 13 Aug 2013 15:41:55 +0400 7027045: (doc) java/awt/Window.java has several typos in javadoc
serb [Tue, 13 Aug 2013 15:41:55 +0400] rev 19361
7027045: (doc) java/awt/Window.java has several typos in javadoc Reviewed-by: art, serb Contributed-by: konstantin.perikov@gmail.com
Fri, 09 Aug 2013 14:16:24 +0400 7121409: Two conformance tests for AccessibleText.getCharacterBounds(int i) fail
alexsch [Fri, 09 Aug 2013 14:16:24 +0400] rev 19360
7121409: Two conformance tests for AccessibleText.getCharacterBounds(int i) fail Reviewed-by: serb
Fri, 09 Aug 2013 05:20:27 +0400 8013611: Modal dialog fails to obtain keyboard focus
ant [Fri, 09 Aug 2013 05:20:27 +0400] rev 19359
8013611: Modal dialog fails to obtain keyboard focus Reviewed-by: leonidr
Tue, 20 Aug 2013 17:35:15 -0700 Merge
lana [Tue, 20 Aug 2013 17:35:15 -0700] rev 19358
Merge
Mon, 19 Aug 2013 11:21:19 -0700 8022241: [macosx] [PIT] lookupPrintServices() returns one too long array
jgodinez [Mon, 19 Aug 2013 11:21:19 -0700] rev 19357
8022241: [macosx] [PIT] lookupPrintServices() returns one too long array Reviewed-by: prr, jchen
Mon, 19 Aug 2013 03:58:47 -0700 8017580: Crash in font loading code on Linux (due to use of reflection)
prr [Mon, 19 Aug 2013 03:58:47 -0700] rev 19356
8017580: Crash in font loading code on Linux (due to use of reflection) Reviewed-by: bae, vadim
Fri, 16 Aug 2013 15:57:28 +0400 8013446: [parfait] Memory leak in jdk/src/windows/native/sun/java2d/opengl/WGLSurfaceData.c
vadim [Fri, 16 Aug 2013 15:57:28 +0400] rev 19355
8013446: [parfait] Memory leak in jdk/src/windows/native/sun/java2d/opengl/WGLSurfaceData.c Reviewed-by: bae, prr
Thu, 15 Aug 2013 11:56:33 -0700 8023045: [MacOSX] PrinterIOException when printing a JComponent
jgodinez [Thu, 15 Aug 2013 11:56:33 -0700] rev 19354
8023045: [MacOSX] PrinterIOException when printing a JComponent Reviewed-by: bae, jchen
Thu, 22 Aug 2013 09:10:13 -0700 Added tag jdk8-b104 for changeset 805046a40f61
cl [Thu, 22 Aug 2013 09:10:13 -0700] rev 19353
Added tag jdk8-b104 for changeset 805046a40f61
Wed, 05 Jul 2017 19:08:38 +0200 Merge
duke [Wed, 05 Jul 2017 19:08:38 +0200] rev 19352
Merge
Fri, 23 Aug 2013 03:01:16 -0700 Added tag hs25-b47 for changeset 5ca7390c9649
amurillo [Fri, 23 Aug 2013 03:01:16 -0700] rev 19351
Added tag hs25-b47 for changeset 5ca7390c9649
Fri, 23 Aug 2013 03:01:16 -0700 Merge
amurillo [Fri, 23 Aug 2013 03:01:16 -0700] rev 19350
Merge
Thu, 22 Aug 2013 14:03:47 -0700 Merge
jmasa [Thu, 22 Aug 2013 14:03:47 -0700] rev 19349
Merge
Thu, 22 Aug 2013 11:13:17 -0700 Merge
jmasa [Thu, 22 Aug 2013 11:13:17 -0700] rev 19348
Merge
Wed, 14 Aug 2013 19:52:16 -0700 8021809: Partitioning based on eden sampling during allocation not reset correctly
jmasa [Wed, 14 Aug 2013 19:52:16 -0700] rev 19347
8021809: Partitioning based on eden sampling during allocation not reset correctly Reviewed-by: ysr, hiroshi
Wed, 21 Aug 2013 10:32:02 +0200 8022784: TaskQueue misses minimal documentation and references for analysis
tschatzl [Wed, 21 Aug 2013 10:32:02 +0200] rev 19346
8022784: TaskQueue misses minimal documentation and references for analysis Summary: Add appropriate documentation and references to publication to allow easier analysis of the TaskQueue implementation. Reviewed-by: dholmes, ehelin
Tue, 20 Aug 2013 10:02:38 -0700 Merge
jmasa [Tue, 20 Aug 2013 10:02:38 -0700] rev 19345
Merge
(0) -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip