Tue, 18 Jun 2013 16:03:10 -0700 8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap
mduigou [Tue, 18 Jun 2013 16:03:10 -0700] rev 18280
8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap Reviewed-by: forax, mduigou, psandoz Contributed-by: Mike Duigou <mike.duigou@oracle.com>, Remi Forax <forax@univ-mlv.fr>
Tue, 18 Jun 2013 14:11:45 -0700 Merge
mduigou [Tue, 18 Jun 2013 14:11:45 -0700] rev 18279
Merge
Tue, 18 Jun 2013 11:36:39 -0700 8015395: NumberFormatException during startup if JDK-internal property java.lang.Integer.IntegerCache.high set to bad value
bpb [Tue, 18 Jun 2013 11:36:39 -0700] rev 18278
8015395: NumberFormatException during startup if JDK-internal property java.lang.Integer.IntegerCache.high set to bad value Summary: Fall back to default if a bad value is passed for this property. Reviewed-by: mduigou
Tue, 18 Jun 2013 16:08:46 +0100 Merge
chegar [Tue, 18 Jun 2013 16:08:46 +0100] rev 18277
Merge
Tue, 18 Jun 2013 09:39:25 +0100 Merge
chegar [Tue, 18 Jun 2013 09:39:25 +0100] rev 18276
Merge
Mon, 17 Jun 2013 14:23:01 +0100 Merge
chegar [Mon, 17 Jun 2013 14:23:01 +0100] rev 18275
Merge
Mon, 17 Jun 2013 11:26:16 +0100 Merge
chegar [Mon, 17 Jun 2013 11:26:16 +0100] rev 18274
Merge
Fri, 14 Jun 2013 16:38:13 +0100 8012156: tools/javac/file/zip/T6865530.java fails for win32/64 in 7u25 nightly runs
chegar [Fri, 14 Jun 2013 16:38:13 +0100] rev 18273
8012156: tools/javac/file/zip/T6865530.java fails for win32/64 in 7u25 nightly runs Reviewed-by: alanb
Wed, 22 May 2013 13:57:59 +0100 8014737: java/lang/invoke/7196190/MHProxyTest.java fails after 8009424
chegar [Wed, 22 May 2013 13:57:59 +0100] rev 18272
8014737: java/lang/invoke/7196190/MHProxyTest.java fails after 8009424 Reviewed-by: twisti
Mon, 20 May 2013 19:07:01 +0400 8014718: Netbeans IDE begins to throw a lot exceptions since 7u25 b10
leonidr [Mon, 20 May 2013 19:07:01 +0400] rev 18271
8014718: Netbeans IDE begins to throw a lot exceptions since 7u25 b10 Summary: Removed logging from SunToolkit Reviewed-by: art
Fri, 17 May 2013 16:14:42 +0400 8014205: Most of the Swing dialogs are blank on one win7 MUI
bae [Fri, 17 May 2013 16:14:42 +0400] rev 18270
8014205: Most of the Swing dialogs are blank on one win7 MUI Reviewed-by: vadim
Tue, 14 May 2013 08:07:08 -0700 8010727: WLS fails to add a logger with "" in its own LogManager subclass instance
mchung [Tue, 14 May 2013 08:07:08 -0700] rev 18269
8010727: WLS fails to add a logger with "" in its own LogManager subclass instance Reviewed-by: alanb, jgish
Tue, 14 May 2013 21:10:47 +0400 8014427: REGRESSION: closed/javax/imageio/plugins/bmp/Write3ByteBgrTest.java fails since 7u25 b09
bae [Tue, 14 May 2013 21:10:47 +0400] rev 18268
8014427: REGRESSION: closed/javax/imageio/plugins/bmp/Write3ByteBgrTest.java fails since 7u25 b09 Reviewed-by: prr
Tue, 14 May 2013 05:55:10 -0700 8014281: Better checking of XML signature
xuelei [Tue, 14 May 2013 05:55:10 -0700] rev 18267
8014281: Better checking of XML signature Summary: also reviewed by Andrew Gross and Christophe Ravel Reviewed-by: mullan
Mon, 13 May 2013 17:50:14 -0400 8010714: XML DSig API allows a RetrievalMethod to reference another RetrievalMethod
mullan [Mon, 13 May 2013 17:50:14 -0400] rev 18266
8010714: XML DSig API allows a RetrievalMethod to reference another RetrievalMethod Reviewed-by: xuelei, hawtin
Thu, 09 May 2013 20:31:47 +0100 8013196: TimeZone.getDefault() throws NPE due to sun.awt.AppContext.getAppContext()
coffeys [Thu, 09 May 2013 20:31:47 +0100] rev 18265
8013196: TimeZone.getDefault() throws NPE due to sun.awt.AppContext.getAppContext() Reviewed-by: mchung, okutsu
Wed, 08 May 2013 12:09:35 -0700 8009424: Restrict publicLookup with additional checks
twisti [Wed, 08 May 2013 12:09:35 -0700] rev 18264
8009424: Restrict publicLookup with additional checks Reviewed-by: vlivanov, jdn
Tue, 07 May 2013 13:23:08 +0200 8011139: (reflect) Revise checking in getEnclosingClass
jfranck [Tue, 07 May 2013 13:23:08 +0200] rev 18263
8011139: (reflect) Revise checking in getEnclosingClass Reviewed-by: darcy, mchung, ahgross
Mon, 06 May 2013 16:12:55 +0400 8012933: Test closed/java/awt/Dialog/DialogAnotherThread/JaWSTest.java fails since jdk 7u25 b07
leonidr [Mon, 06 May 2013 16:12:55 +0400] rev 18262
8012933: Test closed/java/awt/Dialog/DialogAnotherThread/JaWSTest.java fails since jdk 7u25 b07 Summary: Do not mark context as disposed until we've posted all the events Reviewed-by: art
Thu, 02 May 2013 11:42:44 -0400 8008744: Rework part of fix for JDK-6741606
mullan [Thu, 02 May 2013 11:42:44 -0400] rev 18261
8008744: Rework part of fix for JDK-6741606 Reviewed-by: xuelei, ahgross
Thu, 02 May 2013 10:46:09 +0200 8012243: about 30% regression on specjvm2008.serial on 7u25 comparing 7u21
dfuchs [Thu, 02 May 2013 10:46:09 +0200] rev 18260
8012243: about 30% regression on specjvm2008.serial on 7u25 comparing 7u21 Reviewed-by: alanb, skoivu, smarks, mchung
Tue, 30 Apr 2013 13:55:48 +0400 8012330: [macosx] Sometimes the applet showing the modal dialog itself loses the ability to gain focus
alexsch [Tue, 30 Apr 2013 13:55:48 +0400] rev 18259
8012330: [macosx] Sometimes the applet showing the modal dialog itself loses the ability to gain focus Reviewed-by: serb, ant
Tue, 30 Apr 2013 04:41:01 +0400 8012597: Better image channel verification
bae [Tue, 30 Apr 2013 04:41:01 +0400] rev 18258
8012597: Better image channel verification Reviewed-by: vadim
Mon, 29 Apr 2013 11:47:17 -0400 8009217: REGRESSION: test com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java fails to compile since 7u21b03
mullan [Mon, 29 Apr 2013 11:47:17 -0400] rev 18257
8009217: REGRESSION: test com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java fails to compile since 7u21b03 Reviewed-by: xuelei
Fri, 26 Apr 2013 15:06:51 -0700 8012617: ArrayIndexOutOfBoundsException with some fonts using LineBreakMeasurer
prr [Fri, 26 Apr 2013 15:06:51 -0700] rev 18256
8012617: ArrayIndexOutOfBoundsException with some fonts using LineBreakMeasurer Reviewed-by: bae, srl
Fri, 26 Apr 2013 11:46:50 +0400 8012601: Better validation of image layouts
bae [Fri, 26 Apr 2013 11:46:50 +0400] rev 18255
8012601: Better validation of image layouts Reviewed-by: prr
Thu, 25 Apr 2013 16:49:54 -0700 8012421: Better positioning of PairPositioning
prr [Thu, 25 Apr 2013 16:49:54 -0700] rev 18254
8012421: Better positioning of PairPositioning Reviewed-by: srl, mschoene, vadim
Mon, 10 Jun 2013 10:38:33 +0100 Merge
chegar [Mon, 10 Jun 2013 10:38:33 +0100] rev 18253
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip