Tue, 09 Apr 2013 15:14:31 -0700 Merge
lana [Tue, 09 Apr 2013 15:14:31 -0700] rev 16746
Merge
Tue, 09 Apr 2013 17:27:47 +0100 8005696: Add CompletableFuture
chegar [Tue, 09 Apr 2013 17:27:47 +0100] rev 16745
8005696: Add CompletableFuture Reviewed-by: chegar, martin
Tue, 09 Apr 2013 15:51:50 +0100 8010393: Update JAX-WS RI to 2.2.9-b12941
alanb [Tue, 09 Apr 2013 15:51:50 +0100] rev 16744
8010393: Update JAX-WS RI to 2.2.9-b12941 Reviewed-by: mullan
Mon, 08 Apr 2013 17:06:20 -0700 6298888: Add toGenericString to j.l.Class and getTypeName to j.l.reflect.Type
darcy [Mon, 08 Apr 2013 17:06:20 -0700] rev 16743
6298888: Add toGenericString to j.l.Class and getTypeName to j.l.reflect.Type 6992705: Include modifiers in Class.toGenericString() Summary: Class.toGenericString and supporting changes; additional reviews by Peter Levart Reviewed-by: alanb
Mon, 08 Apr 2013 16:37:35 -0700 8010849: (str) Optimize StringBuilder.append(null)
martin [Mon, 08 Apr 2013 16:37:35 -0700] rev 16742
8010849: (str) Optimize StringBuilder.append(null) Summary: Append 4 chars instead of the string "null" Reviewed-by: mduigou, forax, jgish
Mon, 08 Apr 2013 15:29:24 -0400 8006036: (process) cleanup code in java/lang/Runtime/exec/WinCommand.java
lancea [Mon, 08 Apr 2013 15:29:24 -0400] rev 16741
8006036: (process) cleanup code in java/lang/Runtime/exec/WinCommand.java Reviewed-by: lancea Contributed-by: Jim Gish <jim.gish@oracle.com>
Fri, 05 Apr 2013 18:20:12 -0700 8011590: More tests for core reflection modeling of default methods
darcy [Fri, 05 Apr 2013 18:20:12 -0700] rev 16740
8011590: More tests for core reflection modeling of default methods Reviewed-by: mduigou
Fri, 05 Apr 2013 17:15:59 -0700 8011602: jobjc build failure on Mac
dxu [Fri, 05 Apr 2013 17:15:59 -0700] rev 16739
8011602: jobjc build failure on Mac Summary: Remove @Native annotation from macosx/native/jobjc/src/core/java/com/apple/jobjc/Coder.java Reviewed-by: mchung, dholmes
Fri, 05 Apr 2013 14:51:24 -0700 Merge
lana [Fri, 05 Apr 2013 14:51:24 -0700] rev 16738
Merge
Fri, 05 Apr 2013 12:12:34 -0700 5001942: Missings SOCKS support for direct connections
khazra [Fri, 05 Apr 2013 12:12:34 -0700] rev 16737
5001942: Missings SOCKS support for direct connections Summary: Add support for socksNonProxyHosts Reviewed-by: chegar, khazra Contributed-by: Christos Zoulas <christos@zoulas.com>
Fri, 05 Apr 2013 10:41:46 -0700 8011380: FX dependency on PlatformLogger broken by 8010309
mchung [Fri, 05 Apr 2013 10:41:46 -0700] rev 16736
8011380: FX dependency on PlatformLogger broken by 8010309 Reviewed-by: alanb
Thu, 04 Apr 2013 20:05:47 -0700 7155720: PKCS11 minor issues in native code
valeriep [Thu, 04 Apr 2013 20:05:47 -0700] rev 16735
7155720: PKCS11 minor issues in native code Summary: Added OOM handling to address the two issues found by parfait. Reviewed-by: weijun
Thu, 04 Apr 2013 15:39:17 -0700 8000406: change files using @GenerateNativeHeader to use @Native
dxu [Thu, 04 Apr 2013 15:39:17 -0700] rev 16734
8000406: change files using @GenerateNativeHeader to use @Native Summary: Use @Native annotation to mark constants interested by native codes Reviewed-by: alanb, anthony, prr
Wed, 03 Apr 2013 10:32:38 -0700 7091601: Arabic Locale: can not set type of digit in application level
naoto [Wed, 03 Apr 2013 10:32:38 -0700] rev 16733
7091601: Arabic Locale: can not set type of digit in application level Reviewed-by: okutsu
Wed, 03 Apr 2013 12:47:15 -0400 8011393: Typo in javadoc for SerialClob.truncate
lancea [Wed, 03 Apr 2013 12:47:15 -0400] rev 16732
8011393: Typo in javadoc for SerialClob.truncate Reviewed-by: darcy
Wed, 03 Apr 2013 13:41:12 +0100 8011373: Property java.runtime.profile should be removed (left-over code)
alanb [Wed, 03 Apr 2013 13:41:12 +0100] rev 16731
8011373: Property java.runtime.profile should be removed (left-over code) Reviewed-by: lancea, dholmes
Wed, 03 Apr 2013 13:15:39 +0100 8011234: Performance regression with ftp protocol when uploading in image mode
alanb [Wed, 03 Apr 2013 13:15:39 +0100] rev 16730
8011234: Performance regression with ftp protocol when uploading in image mode Reviewed-by: chegar
Tue, 02 Apr 2013 16:26:54 -0700 8004979: java.lang.reflect.Modifier.toString should include "default"
darcy [Tue, 02 Apr 2013 16:26:54 -0700] rev 16729
8004979: java.lang.reflect.Modifier.toString should include "default" Reviewed-by: mduigou
Tue, 02 Apr 2013 11:59:34 -0700 Merge
lana [Tue, 02 Apr 2013 11:59:34 -0700] rev 16728
Merge
Tue, 02 Apr 2013 10:12:20 -0700 8007379: Base64.getMimeDecoder().decode() throws IAE for a non-base64 character after padding
sherman [Tue, 02 Apr 2013 10:12:20 -0700] rev 16727
8007379: Base64.getMimeDecoder().decode() throws IAE for a non-base64 character after padding 8008925: Base64.getMimeDecoder().decode() does not ignore padding chars Summary: updated implementation and spec for corner cases. Reviewed-by: alanb
Tue, 02 Apr 2013 10:32:21 +0200 8009558: linked_md.c::dll_build_name can get stuck in an infinite loop
sla [Tue, 02 Apr 2013 10:32:21 +0200] rev 16726
8009558: linked_md.c::dll_build_name can get stuck in an infinite loop Reviewed-by: alanb, sspitsyn
Mon, 01 Apr 2013 20:51:40 -0700 8011199: Backout changeset JDK-7143928 (2b34a1eb3153)
mduigou [Mon, 01 Apr 2013 20:51:40 -0700] rev 16725
8011199: Backout changeset JDK-7143928 (2b34a1eb3153) Reviewed-by: darcy, dholmes
Mon, 01 Apr 2013 20:15:48 -0700 8011187: Remove obsolete/unused targets from jdk/test/Makefile
mduigou [Mon, 01 Apr 2013 20:15:48 -0700] rev 16724
8011187: Remove obsolete/unused targets from jdk/test/Makefile Reviewed-by: ohair
Mon, 01 Apr 2013 20:15:48 -0700 7143928: Optimize empty HashMap and ArrayList
mduigou [Mon, 01 Apr 2013 20:15:48 -0700] rev 16723
7143928: Optimize empty HashMap and ArrayList Reviewed-by: mduigou Contributed-by: Sergey Linetskiy <sergey.linetskiy@oracle.com>, John Rose <john.rose@oracle.com>, Mike Duigou <mike.duigou@oracle.com>
Mon, 01 Apr 2013 12:02:19 -0700 8010268: Remove dependence upon clean target from jdk/test/Makefile prep target
mduigou [Mon, 01 Apr 2013 12:02:19 -0700] rev 16722
8010268: Remove dependence upon clean target from jdk/test/Makefile prep target Reviewed-by: tbell, mchung
Thu, 28 Mar 2013 13:14:09 -0700 8010309: Improve PlatformLogger.isLoggable performance by direct mapping from an integer to Level
mchung [Thu, 28 Mar 2013 13:14:09 -0700] rev 16721
8010309: Improve PlatformLogger.isLoggable performance by direct mapping from an integer to Level Reviewed-by: mchung Contributed-by: peter.levart@gmail.com, bourges.laurent@gmail.com
Thu, 28 Mar 2013 20:27:53 +0800 8010125: keytool -importkeystore could create a pkcs12 keystore with different storepass and keypass
weijun [Thu, 28 Mar 2013 20:27:53 +0800] rev 16720
8010125: keytool -importkeystore could create a pkcs12 keystore with different storepass and keypass Reviewed-by: vinnie
Thu, 28 Mar 2013 14:36:10 +0530 8010991: Enable test/javax/script/GetInterfaceTest.java again
sundar [Thu, 28 Mar 2013 14:36:10 +0530] rev 16719
8010991: Enable test/javax/script/GetInterfaceTest.java again Reviewed-by: lagergren, hannesw
Wed, 27 Mar 2013 13:40:26 -0400 8010846: Update the corresponding test in test/vm/verifier/TestStaticIF.java
acorn [Wed, 27 Mar 2013 13:40:26 -0400] rev 16718
8010846: Update the corresponding test in test/vm/verifier/TestStaticIF.java Summary: Remove test flag -XX:-UseSplitVerifier, not supported classfile 52 Reviewed-by: acorn, hseigel
Wed, 27 Mar 2013 09:38:53 -0700 7185456: (ann) Optimize Annotation handling in java/sun.reflect.* code for small number of annotations
darcy [Wed, 27 Mar 2013 09:38:53 -0700] rev 16717
7185456: (ann) Optimize Annotation handling in java/sun.reflect.* code for small number of annotations Reviewed-by: mduigou, jfranck
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip