Wed, 12 Feb 2014 11:02:47 +0100 8034173: Move JavaApp.icns to proper place in make/data
erikj [Wed, 12 Feb 2014 11:02:47 +0100] rev 22957
8034173: Move JavaApp.icns to proper place in make/data Reviewed-by: ihse, tbell
Tue, 11 Feb 2014 16:43:57 +0000 8034182: Misc. warnings in java.net code
alanb [Tue, 11 Feb 2014 16:43:57 +0000] rev 22956
8034182: Misc. warnings in java.net code Reviewed-by: chegar
Tue, 11 Feb 2014 14:48:51 +0100 8034176: Update mapfile for libjfr
sla [Tue, 11 Feb 2014 14:48:51 +0100] rev 22955
8034176: Update mapfile for libjfr Reviewed-by: erikj
Sat, 08 Feb 2014 00:22:33 +0400 8033943: Typo in the documentation for the class Arrays
igerasim [Sat, 08 Feb 2014 00:22:33 +0400] rev 22954
8033943: Typo in the documentation for the class Arrays Reviewed-by: martin
Tue, 11 Feb 2014 12:23:28 +0100 8029876: Add a test to verify that Logger.getLogger & LogManager.getLogManager don't throw NPE when System.out == null
dfuchs [Tue, 11 Feb 2014 12:23:28 +0100] rev 22953
8029876: Add a test to verify that Logger.getLogger & LogManager.getLogManager don't throw NPE when System.out == null Summary: Adds a new test that verifies that the suspected root cause of JDK-8025512 does not cause NPE to be thrown. Reviewed-by: mchung
Tue, 11 Feb 2014 10:49:07 +0000 8034175: Remove use of UseVMInterruptibleIO from tests
alanb [Tue, 11 Feb 2014 10:49:07 +0000] rev 22952
8034175: Remove use of UseVMInterruptibleIO from tests Reviewed-by: chegar
Tue, 11 Feb 2014 09:59:34 +0000 8034043: Native methods for preferences API should not be in libjava
alanb [Tue, 11 Feb 2014 09:59:34 +0000] rev 22951
8034043: Native methods for preferences API should not be in libjava 8034026: SCDynamicStoreConfig.m should not be in src/macosx/native/java/util Reviewed-by: erikj, weijun, mchung
Mon, 10 Feb 2014 18:09:40 -0800 8034050: Fix serial lint warnings in javax.print
darcy [Mon, 10 Feb 2014 18:09:40 -0800] rev 22950
8034050: Fix serial lint warnings in javax.print Reviewed-by: alanb, prr
Mon, 10 Feb 2014 08:53:13 -0800 8034046: Fix serial lint warnings in javax.sound
darcy [Mon, 10 Feb 2014 08:53:13 -0800] rev 22949
8034046: Fix serial lint warnings in javax.sound Reviewed-by: alanb, serb
Mon, 10 Feb 2014 14:35:42 +0000 7152892: some jtreg tests fail with permission denied
robm [Mon, 10 Feb 2014 14:35:42 +0000] rev 22948
7152892: some jtreg tests fail with permission denied Reviewed-by: coffeys
Mon, 10 Feb 2014 14:01:16 +0100 6791551: ExclusiveBind.java has a race condition
jbachorik [Mon, 10 Feb 2014 14:01:16 +0100] rev 22947
6791551: ExclusiveBind.java has a race condition Reviewed-by: sla, sjiang
Mon, 10 Feb 2014 13:00:50 +0100 8033911: Simplify instrumentation of FileInputStream and RandomAccessFile
sla [Mon, 10 Feb 2014 13:00:50 +0100] rev 22946
8033911: Simplify instrumentation of FileInputStream and RandomAccessFile Reviewed-by: alanb, dsamersoff, jbachorik
Mon, 10 Feb 2014 12:59:31 +0100 8033917: Keep track of file paths in file streams and channels for instrumentation purposes
sla [Mon, 10 Feb 2014 12:59:31 +0100] rev 22945
8033917: Keep track of file paths in file streams and channels for instrumentation purposes Reviewed-by: alanb, dsamersoff
Thu, 06 Feb 2014 10:30:18 -0800 8033590: java.util.Comparator::thenComparing has unnecessary type restriction
henryjen [Thu, 06 Feb 2014 10:30:18 -0800] rev 22944
8033590: java.util.Comparator::thenComparing has unnecessary type restriction Reviewed-by: psandoz
Fri, 07 Feb 2014 09:04:17 -0800 8032012: String.toLowerCase/toUpperCase performance improvement
sherman [Fri, 07 Feb 2014 09:04:17 -0800] rev 22943
8032012: String.toLowerCase/toUpperCase performance improvement Summary: updated the implementation to improve the performance Reviewed-by: psandoz, forax
Thu, 06 Feb 2014 16:42:25 -0800 8033900: Remove reference to JNU_Equals in GSSLibStub.c
mchung [Thu, 06 Feb 2014 16:42:25 -0800] rev 22942
8033900: Remove reference to JNU_Equals in GSSLibStub.c Reviewed-by: valeriep
Thu, 06 Feb 2014 14:56:12 -0800 8033893: jdk build is broken due to the changeset of JDK-8033370
mchung [Thu, 06 Feb 2014 14:56:12 -0800] rev 22941
8033893: jdk build is broken due to the changeset of JDK-8033370 Reviewed-by: naoto
Thu, 06 Feb 2014 22:12:09 +0000 8031588: warnings from b03 for jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending
michaelm [Thu, 06 Feb 2014 22:12:09 +0000] rev 22940
8031588: warnings from b03 for jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending Reviewed-by: chegar, mullan
Thu, 06 Feb 2014 10:06:09 -0800 8033370: [parfait] warning from b126 for solaris/native/sun/util/locale/provider: JNI exception pending
naoto [Thu, 06 Feb 2014 10:06:09 -0800] rev 22939
8033370: [parfait] warning from b126 for solaris/native/sun/util/locale/provider: JNI exception pending Reviewed-by: msheppar
Thu, 06 Feb 2014 11:01:27 -0500 8033565: Remove unused nativeNewStringPlatform
rriggs [Thu, 06 Feb 2014 11:01:27 -0500] rev 22938
8033565: Remove unused nativeNewStringPlatform Summary: Remove also nativeGetStringPlatformChars Reviewed-by: mchung, dholmes, alanb
Thu, 06 Feb 2014 15:43:35 +0000 8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
alanb [Thu, 06 Feb 2014 15:43:35 +0000] rev 22937
8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not Reviewed-by: dfuchs
Thu, 06 Feb 2014 14:45:12 +0000 8033778: ObjectIn/OutputStream improvements
chegar [Thu, 06 Feb 2014 14:45:12 +0000] rev 22936
8033778: ObjectIn/OutputStream improvements Reviewed-by: smarks, psandoz, mduigou, plevart Contributed-by: Robert Stupp <snazy@gmx.de>, Chris Hegarty <chris.hegarty@oracle.com>
Thu, 06 Feb 2014 12:24:42 +0000 8033757: Redo JDK-8011983 (due to bad merge with JDK-8031586)
vinnie [Thu, 06 Feb 2014 12:24:42 +0000] rev 22935
8033757: Redo JDK-8011983 (due to bad merge with JDK-8031586) Reviewed-by: alanb
Thu, 06 Feb 2014 10:43:09 +0000 8033758: gcc warnings compiling jdk/src/share/back
alanb [Thu, 06 Feb 2014 10:43:09 +0000] rev 22934
8033758: gcc warnings compiling jdk/src/share/back Reviewed-by: dholmes, sla
Fri, 21 Feb 2014 11:40:24 -0800 Added tag jdk9-b03 for changeset 4a4630af7adf
katleman [Fri, 21 Feb 2014 11:40:24 -0800] rev 22933
Added tag jdk9-b03 for changeset 4a4630af7adf
Wed, 05 Jul 2017 19:31:02 +0200 Merge
duke [Wed, 05 Jul 2017 19:31:02 +0200] rev 22932
Merge
Thu, 06 Mar 2014 10:37:26 -0800 Merge
lana [Thu, 06 Mar 2014 10:37:26 -0800] rev 22931
Merge
Fri, 28 Feb 2014 09:30:20 -0800 Merge
amurillo [Fri, 28 Feb 2014 09:30:20 -0800] rev 22930
Merge
Fri, 28 Feb 2014 08:02:20 -0800 Merge
morris [Fri, 28 Feb 2014 08:02:20 -0800] rev 22929
Merge
Fri, 28 Feb 2014 13:44:16 +0100 8031754: Type speculation should favor profile data from outermost inlined method
roland [Fri, 28 Feb 2014 13:44:16 +0100] rev 22928
8031754: Type speculation should favor profile data from outermost inlined method Summary: favor profile data coming from outer most method Reviewed-by: kvn, twisti
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip