Mon, 08 Jul 2013 19:24:22 -0700 8020091: Fix HTML doclint issues in java.io
juh [Mon, 08 Jul 2013 19:24:22 -0700] rev 18786
8020091: Fix HTML doclint issues in java.io Reviewed-by: darcy
Mon, 08 Jul 2013 11:30:44 +0200 8010734: NPG: The test MemoryTest.java needs to be updated to support metaspace
ehelin [Mon, 08 Jul 2013 11:30:44 +0200] rev 18785
8010734: NPG: The test MemoryTest.java needs to be updated to support metaspace Reviewed-by: alanb
Fri, 05 Jul 2013 18:22:58 -0700 8019341: Update CookieHttpsClientTest to use the newer framework.
wetmore [Fri, 05 Jul 2013 18:22:58 -0700] rev 18784
8019341: Update CookieHttpsClientTest to use the newer framework. Reviewed-by: xuelei, smarks, michaelm
Fri, 05 Jul 2013 14:37:41 -0700 Merge
lana [Fri, 05 Jul 2013 14:37:41 -0700] rev 18783
Merge
Fri, 05 Jul 2013 13:28:17 -0700 Merge
lana [Fri, 05 Jul 2013 13:28:17 -0700] rev 18782
Merge
Fri, 05 Jul 2013 16:30:08 -0400 Merge
mullan [Fri, 05 Jul 2013 16:30:08 -0400] rev 18781
Merge
Fri, 05 Jul 2013 15:54:42 -0400 8011547: Update XML Signature implementation to Apache Santuario 1.5.4
mullan [Fri, 05 Jul 2013 15:54:42 -0400] rev 18780
8011547: Update XML Signature implementation to Apache Santuario 1.5.4 Reviewed-by: xuelei
Fri, 05 Jul 2013 10:51:54 +0800 8019381: HashMap.isEmpty is non-final, potential issues for get/remove
zhangshj [Fri, 05 Jul 2013 10:51:54 +0800] rev 18779
8019381: HashMap.isEmpty is non-final, potential issues for get/remove Reviewed-by: chegar, mduigou
Thu, 04 Jul 2013 20:00:20 +0100 8017231: Add StringJoiner.merge
alanb [Thu, 04 Jul 2013 20:00:20 +0100] rev 18778
8017231: Add StringJoiner.merge Reviewed-by: psandoz, alanb Contributed-by: brian.goetz@oracle.com, henry.jen@oracle.com
Thu, 04 Jul 2013 14:38:44 +0100 8019622: (sl) ServiceLoader.next incorrect when creation and usages are in different contexts
alanb [Thu, 04 Jul 2013 14:38:44 +0100] rev 18777
8019622: (sl) ServiceLoader.next incorrect when creation and usages are in different contexts Reviewed-by: mchung, ahgross, forax, psandoz
Wed, 03 Jul 2013 17:08:14 -0700 8019862: Fix doclint errors in java.lang.*.
bpb [Wed, 03 Jul 2013 17:08:14 -0700] rev 18776
8019862: Fix doclint errors in java.lang.*. Summary: Fix doclint errors in java.lang.* Reviewed-by: darcy Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
Wed, 03 Jul 2013 19:47:15 -0400 8016285: Add java.lang.reflect.Parameter.isNamePresent()
emc [Wed, 03 Jul 2013 19:47:15 -0400] rev 18775
8016285: Add java.lang.reflect.Parameter.isNamePresent() Summary: Add isNamePresent method to parameter reflection library, which indicates whether or real parameter data is available Reviewed-by: darcy
Wed, 03 Jul 2013 13:30:46 -0700 8019857: Fix doclint errors in java.util.Format*
bpb [Wed, 03 Jul 2013 13:30:46 -0700] rev 18774
8019857: Fix doclint errors in java.util.Format* Summary: Fix doclint errors in java.util.Format*. Reviewed-by: darcy Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
Wed, 03 Jul 2013 14:35:10 -0700 Merge
vinnie [Wed, 03 Jul 2013 14:35:10 -0700] rev 18773
Merge
Tue, 02 Jul 2013 16:38:09 -0700 7165807: Non optimized initialization of NSS crypto library leads to scalability issues
vinnie [Tue, 02 Jul 2013 16:38:09 -0700] rev 18772
7165807: Non optimized initialization of NSS crypto library leads to scalability issues Reviewed-by: mullan, valeriep
Wed, 03 Jul 2013 12:51:45 -0700 8019772: Fix doclint issues in javax.crypto and javax.security subpackages
juh [Wed, 03 Jul 2013 12:51:45 -0700] rev 18771
8019772: Fix doclint issues in javax.crypto and javax.security subpackages Reviewed-by: darcy
Wed, 03 Jul 2013 21:19:25 +0200 8017329: 8b92-lambda regression: TreeSet("a", "b").stream().substream(1).parallel().iterator() is empty
psandoz [Wed, 03 Jul 2013 21:19:25 +0200] rev 18770
8017329: 8b92-lambda regression: TreeSet("a", "b").stream().substream(1).parallel().iterator() is empty Reviewed-by: alanb
Wed, 03 Jul 2013 11:35:06 -0700 8019184: MethodHandles.catchException() fails when methods have 8 args + varargs
twisti [Wed, 03 Jul 2013 11:35:06 -0700] rev 18769
8019184: MethodHandles.catchException() fails when methods have 8 args + varargs Reviewed-by: jrose
Wed, 03 Jul 2013 11:58:10 +0200 8019481: Sync misc j.u.c classes from 166 to tl
psandoz [Wed, 03 Jul 2013 11:58:10 +0200] rev 18768
8019481: Sync misc j.u.c classes from 166 to tl Reviewed-by: martin Contributed-by: Doug Lea <dl@cs.oswego.edu>
Wed, 03 Jul 2013 11:58:09 +0200 8011427: java.util.concurrent collection Spliterator implementations
psandoz [Wed, 03 Jul 2013 11:58:09 +0200] rev 18767
8011427: java.util.concurrent collection Spliterator implementations Reviewed-by: martin Contributed-by: Doug Lea <dl@cs.oswego.edu>
Tue, 02 Jul 2013 15:58:09 -0700 8007035: deprecate public void SecurityManager.checkMemberAccess(Class<?> clazz, int which)
mchung [Tue, 02 Jul 2013 15:58:09 -0700] rev 18766
8007035: deprecate public void SecurityManager.checkMemberAccess(Class<?> clazz, int which) Reviewed-by: jrose, alanb, dfuchs
Wed, 17 Jul 2013 12:56:04 -0700 Merge
lana [Wed, 17 Jul 2013 12:56:04 -0700] rev 18765
Merge
Mon, 15 Jul 2013 17:33:44 +0400 8017492: Static field in HTML parser affects all applications
malenkov [Mon, 15 Jul 2013 17:33:44 +0400] rev 18764
8017492: Static field in HTML parser affects all applications Reviewed-by: art
Mon, 15 Jul 2013 12:06:06 +0400 8020371: [macosx] applets with Drag and Drop fail with IllegalArgumentException
pchelko [Mon, 15 Jul 2013 12:06:06 +0400] rev 18763
8020371: [macosx] applets with Drag and Drop fail with IllegalArgumentException Reviewed-by: anthony, art
Fri, 12 Jul 2013 21:33:33 +0400 8020298: [macosx] Incorrect merge in the lwawt code
serb [Fri, 12 Jul 2013 21:33:33 +0400] rev 18762
8020298: [macosx] Incorrect merge in the lwawt code Reviewed-by: art, anthony
Fri, 12 Jul 2013 14:46:21 +0400 8009168: accessibility.properties syntax issue
raginip [Fri, 12 Jul 2013 14:46:21 +0400] rev 18761
8009168: accessibility.properties syntax issue Reviewed-by: ptbrunet, mfang, alexsch
Thu, 11 Jul 2013 18:23:15 +0400 8020038: [macosx] Incorrect usage of invokeLater() and likes in callbacks called via JNI from AppKit thread
leonidr [Thu, 11 Jul 2013 18:23:15 +0400] rev 18760
8020038: [macosx] Incorrect usage of invokeLater() and likes in callbacks called via JNI from AppKit thread Reviewed-by: art, anthony
Thu, 11 Jul 2013 16:42:13 +0400 8020210: [macosx] JVM crashes in CWrapper$NSWindow.screen(long)
pchelko [Thu, 11 Jul 2013 16:42:13 +0400] rev 18759
8020210: [macosx] JVM crashes in CWrapper$NSWindow.screen(long) Reviewed-by: anthony, art
Tue, 09 Jul 2013 21:21:55 +0400 8019587: [macosx] Possibility to set the same frame for the different screens
serb [Tue, 09 Jul 2013 21:21:55 +0400] rev 18758
8019587: [macosx] Possibility to set the same frame for the different screens Reviewed-by: art, anthony
Tue, 09 Jul 2013 18:01:58 +0400 6707231: Wrong read Method returned for boolen properties
malenkov [Tue, 09 Jul 2013 18:01:58 +0400] rev 18757
6707231: Wrong read Method returned for boolen properties Reviewed-by: alexsch
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip