Thu, 14 Mar 2013 13:10:32 +0100 8001322: Refactor deserialization
dfuchs [Thu, 14 Mar 2013 13:10:32 +0100] rev 16873
8001322: Refactor deserialization Reviewed-by: mchung, skoivu, smarks
Wed, 27 Feb 2013 14:17:05 -0800 8001040: Rework RMI model
smarks [Wed, 27 Feb 2013 14:17:05 -0800] rev 16872
8001040: Rework RMI model Reviewed-by: alanb, ahgross, coffeys, dmocek
Tue, 26 Feb 2013 11:12:40 -0800 8000897: VM crash in CompileBroker
valeriep [Tue, 26 Feb 2013 11:12:40 -0800] rev 16871
8000897: VM crash in CompileBroker Summary: Fixed to use the corresponding digest length when generating output. Reviewed-by: mullan
Wed, 13 Feb 2013 10:40:31 +0000 8000724: Improve networking serialization
michaelm [Wed, 13 Feb 2013 10:40:31 +0000] rev 16870
8000724: Improve networking serialization Summary: delegate InetAddress fields to a holder object Reviewed-by: alanb, chegar
Fri, 08 Feb 2013 17:32:25 +0400 7200507: Refactor Introspector internals
malenkov [Fri, 08 Feb 2013 17:32:25 +0400] rev 16869
7200507: Refactor Introspector internals Reviewed-by: ahgross, art
Thu, 07 Feb 2013 19:15:59 +0400 8007014: Improve image handling
bae [Thu, 07 Feb 2013 19:15:59 +0400] rev 16868
8007014: Improve image handling Reviewed-by: prr, mschoene, jgodinez
Tue, 16 Apr 2013 11:17:19 -0700 8004518: Add in-place operations to Map
mduigou [Tue, 16 Apr 2013 11:17:19 -0700] rev 16867
8004518: Add in-place operations to Map 8010122: Add defaults for ConcurrentMap operations to Map Reviewed-by: darcy, briangoetz, mduigou, dholmes, ulfzibis Contributed-by: Doug Lea <dl@cs.oswego.edu>, Henry Jen <henry.jen@oracle.com>, Akhil Arora <akhil.arora@oracle.com>, Peter Levart <peter.levart@gmail.com>, Mike Duigou <mike.duigou@oracle.com>
Tue, 16 Apr 2013 13:26:30 +0100 8012244: java/net/Socket/asyncClose/Race.java fails intermittently on Windows
chegar [Tue, 16 Apr 2013 13:26:30 +0100] rev 16866
8012244: java/net/Socket/asyncClose/Race.java fails intermittently on Windows Reviewed-by: alanb, dsamersoff
Tue, 16 Apr 2013 12:51:22 +0100 8012237: CompletableFuture/Basic.java still fails intermittently
chegar [Tue, 16 Apr 2013 12:51:22 +0100] rev 16865
8012237: CompletableFuture/Basic.java still fails intermittently Reviewed-by: martin
Tue, 16 Apr 2013 12:23:16 +0100 8012343: Objects.requireNonNull(Object,Supplier) breaks genstubs build
chegar [Tue, 16 Apr 2013 12:23:16 +0100] rev 16864
8012343: Objects.requireNonNull(Object,Supplier) breaks genstubs build Reviewed-by: alanb
Mon, 15 Apr 2013 18:31:48 -0700 8011800: Add java.util.Objects.requireNonNull(T, Supplier<String>)
darcy [Mon, 15 Apr 2013 18:31:48 -0700] rev 16863
8011800: Add java.util.Objects.requireNonNull(T, Supplier<String>) Reviewed-by: alanb, dholmes, mduigou
Mon, 15 Apr 2013 14:07:17 -0700 8008509: 6588413 changed JNIEXPORT visibility for GCC on HSX, jdk's jni_md.h needs similar change
martin [Mon, 15 Apr 2013 14:07:17 -0700] rev 16862
8008509: 6588413 changed JNIEXPORT visibility for GCC on HSX, jdk's jni_md.h needs similar change Summary: Define JNIEXPORT to use "default" visibility where possible. Reviewed-by: coleenp, ddehaven, dcubed, anthony
Sun, 14 Apr 2013 19:17:30 +0100 8011799: CompletableFuture/Basic.java fails intermittently
chegar [Sun, 14 Apr 2013 19:17:30 +0100] rev 16861
8011799: CompletableFuture/Basic.java fails intermittently Reviewed-by: martin, alanb
Thu, 11 Apr 2013 12:33:33 -0400 8008118: (process) Possible null pointer dereference in jdk/src/solaris/native/java/lang/UNIXProcess_md.c
jzavgren [Thu, 11 Apr 2013 12:33:33 -0400] rev 16860
8008118: (process) Possible null pointer dereference in jdk/src/solaris/native/java/lang/UNIXProcess_md.c Summary: Modified the path processing code so that it detects and handles out of memory errors. Reviewed-by: chegar, martin, christos, alanb, msheppar Contributed-by: john.zavgren@oracle.com
Fri, 12 Apr 2013 20:23:13 -0700 8012028: Metafactory-generated lambda classes should be final
rfield [Fri, 12 Apr 2013 20:23:13 -0700] rev 16859
8012028: Metafactory-generated lambda classes should be final 8008941: isSynthetic() returns false for lambda instances Reviewed-by: mduigou
Fri, 12 Apr 2013 12:41:18 -0700 8010279: java.util.Stream.min/max((Comparator)null) is not consistent in throwing (unspecified) NPE
henryjen [Fri, 12 Apr 2013 12:41:18 -0700] rev 16858
8010279: java.util.Stream.min/max((Comparator)null) is not consistent in throwing (unspecified) NPE Reviewed-by: alanb, mduigou
Fri, 12 Apr 2013 12:12:53 -0700 8002390: (zipfs) Problems moving files between zip file systems
sherman [Fri, 12 Apr 2013 12:12:53 -0700] rev 16857
8002390: (zipfs) Problems moving files between zip file systems Summary: fixed the corner cases in zipfs Reviewed-by: sherman Contributed-by: mark.sheppard@oracle.com
Fri, 12 Apr 2013 12:03:00 -0700 8011647: Add java.time.Instant methods to java.nio.file.attribute.FileTime
sherman [Fri, 12 Apr 2013 12:03:00 -0700] rev 16856
8011647: Add java.time.Instant methods to java.nio.file.attribute.FileTime Summary: added the toInstant()/from(Instant) to FileTime Reviewed-by: alanb
Wed, 10 Apr 2013 12:43:18 -0700 8011200: (coll) Optimize empty HashMap and ArrayList
mduigou [Wed, 10 Apr 2013 12:43:18 -0700] rev 16855
8011200: (coll) Optimize empty HashMap and ArrayList Reviewed-by: mduigou, alanb, bchristi, martin Contributed-by: Sergey Linetskiy <sergey.linetskiy@oracle.com>, John Rose <john.r.rose@oracle.com>, Mike Duigou <mike.duigou@oracle.com>
Fri, 12 Apr 2013 10:02:33 -0700 8011805: Update sun.tools.java class file reading/writing support to include the new constant pool entries
rfield [Fri, 12 Apr 2013 10:02:33 -0700] rev 16854
8011805: Update sun.tools.java class file reading/writing support to include the new constant pool entries Reviewed-by: mduigou, alanb
Fri, 12 Apr 2013 09:51:04 -0700 8012123: hijrah-config-umalqura.properties is missing from makefiles/profile-includes.txt
sherman [Fri, 12 Apr 2013 09:51:04 -0700] rev 16853
8012123: hijrah-config-umalqura.properties is missing from makefiles/profile-includes.txt Summary: added the hijrah-config-umalqura.properties into the list Reviewed-by: alanb
Fri, 12 Apr 2013 07:57:35 -0700 8011172: JSR 310 DateTime API Updates II
sherman [Fri, 12 Apr 2013 07:57:35 -0700] rev 16852
8011172: JSR 310 DateTime API Updates II Summary: Integration of JSR310 Date/Time API update Reviewed-by: alanb, naoto, dholmes Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com, masayoshi.okutsu@oracle.com
Thu, 11 Apr 2013 19:15:24 -0700 Merge
lana [Thu, 11 Apr 2013 19:15:24 -0700] rev 16851
Merge
Thu, 11 Apr 2013 12:22:23 +0900 8009638: Wrong comment for PL in LocaleISOData, 1989 forward Poland is Republic of Poland
peytoia [Thu, 11 Apr 2013 12:22:23 +0900] rev 16850
8009638: Wrong comment for PL in LocaleISOData, 1989 forward Poland is Republic of Poland Reviewed-by: okutsu
Thu, 11 Apr 2013 11:10:03 +0800 8011745: Unknown CertificateChoices
weijun [Thu, 11 Apr 2013 11:10:03 +0800] rev 16849
8011745: Unknown CertificateChoices Reviewed-by: vinnie
Thu, 11 Apr 2013 11:09:50 +0800 8011867: Accept unknown PKCS #9 attributes
weijun [Thu, 11 Apr 2013 11:09:50 +0800] rev 16848
8011867: Accept unknown PKCS #9 attributes Reviewed-by: vinnie
Thu, 11 Apr 2013 10:58:17 +0800 8005460: [findbugs] Probably returned array should be cloned
weijun [Thu, 11 Apr 2013 10:58:17 +0800] rev 16847
8005460: [findbugs] Probably returned array should be cloned Reviewed-by: xuelei
Wed, 10 Apr 2013 16:38:26 -0700 8011930: Long.parseLong(String, int) has inaccurate limit on radix for using 'L'
darcy [Wed, 10 Apr 2013 16:38:26 -0700] rev 16846
8011930: Long.parseLong(String, int) has inaccurate limit on radix for using 'L' Reviewed-by: smarks
Wed, 10 Apr 2013 14:06:21 -0700 8010948: Add conversion functional interfaces
mduigou [Wed, 10 Apr 2013 14:06:21 -0700] rev 16845
8010948: Add conversion functional interfaces Reviewed-by: mduigou, dholmes Contributed-by: Brian Goetz <brian.goetz@oracle.com>
Wed, 17 Apr 2013 21:32:11 -0700 Merge
lana [Wed, 17 Apr 2013 21:32:11 -0700] rev 16844
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip