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
Fri, 31 May 2013 10:34:25 +0100 Merge
chegar [Fri, 31 May 2013 10:34:25 +0100] rev 18252
Merge
Thu, 23 May 2013 12:58:51 +0100 Merge
chegar [Thu, 23 May 2013 12:58:51 +0100] rev 18251
Merge
Thu, 16 May 2013 11:47:51 +0100 Merge
chegar [Thu, 16 May 2013 11:47:51 +0100] rev 18250
Merge
Wed, 08 May 2013 11:22:25 +0100 Merge
chegar [Wed, 08 May 2013 11:22:25 +0100] rev 18249
Merge
Wed, 01 May 2013 12:25:43 +0100 Merge
chegar [Wed, 01 May 2013 12:25:43 +0100] rev 18248
Merge
Sun, 28 Apr 2013 09:35:25 +0100 Merge
chegar [Sun, 28 Apr 2013 09:35:25 +0100] rev 18247
Merge
Wed, 24 Apr 2013 21:15:54 +0400 8012438: Better image validation
bae [Wed, 24 Apr 2013 21:15:54 +0400] rev 18246
8012438: Better image validation Reviewed-by: prr
Tue, 23 Apr 2013 11:13:38 +0100 Merge
chegar [Tue, 23 Apr 2013 11:13:38 +0100] rev 18245
Merge
Wed, 17 Apr 2013 15:04:59 -0700 8011557: Improve reflection utility classes
mchung [Wed, 17 Apr 2013 15:04:59 -0700] rev 18244
8011557: Improve reflection utility classes Reviewed-by: ahgross, alanb
Mon, 22 Apr 2013 11:29:43 +0100 Merge
chegar [Mon, 22 Apr 2013 11:29:43 +0100] rev 18243
Merge
Fri, 19 Apr 2013 14:14:18 +0100 Merge
chegar [Fri, 19 Apr 2013 14:14:18 +0100] rev 18242
Merge
Wed, 27 Mar 2013 16:37:00 +0400 8003559: Update display of applet windows
leonidr [Wed, 27 Mar 2013 16:37:00 +0400] rev 18241
8003559: Update display of applet windows Summary: Implemented applet security warning for OS X port Reviewed-by: art, anthony, serb, skoivu
Mon, 22 Apr 2013 11:23:33 +0100 6741606: Integrate Apache Santuario
mullan [Mon, 22 Apr 2013 11:23:33 +0100] rev 18240
6741606: Integrate Apache Santuario Reviewed-by: vinnie, hawtin
Tue, 09 Apr 2013 12:05:27 +0400 8011154: java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java failed since 7u25b03 on windows
anthony [Tue, 09 Apr 2013 12:05:27 +0400] rev 18239
8011154: java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java failed since 7u25b03 on windows Reviewed-by: art, yan
Mon, 22 Apr 2013 11:08:27 +0100 8012917: ObjectStreamClass and ObjectStreamField should be CallerSensitive aware
chegar [Mon, 22 Apr 2013 11:08:27 +0100] rev 18238
8012917: ObjectStreamClass and ObjectStreamField should be CallerSensitive aware Reviewed-by: mchung
Mon, 22 Apr 2013 10:55:14 +0100 8008132: Better serialization support
smarks [Mon, 22 Apr 2013 10:55:14 +0100] rev 18237
8008132: Better serialization support Reviewed-by: alanb, hawtin
Mon, 22 Apr 2013 10:22:59 +0100 8012689: CallerSensitive annotation should not have CONSTRUCTOR Target
mchung [Mon, 22 Apr 2013 10:22:59 +0100] rev 18236
8012689: CallerSensitive annotation should not have CONSTRUCTOR Target Reviewed-by: chegar
Mon, 22 Apr 2013 10:21:22 +0100 8012692: SerialJavaObject.java should be CallerSensitive aware
chegar [Mon, 22 Apr 2013 10:21:22 +0100] rev 18235
8012692: SerialJavaObject.java should be CallerSensitive aware Reviewed-by: mchung
Fri, 19 Apr 2013 14:40:31 +0100 8007812: (reflect) Class.getEnclosingMethod problematic for some classes
jfranck [Fri, 19 Apr 2013 14:40:31 +0100] rev 18234
8007812: (reflect) Class.getEnclosingMethod problematic for some classes Summary: Better checking in getEnclosing(Method|Constructor|Class) Reviewed-by: darcy, ahgross, mchung
Fri, 19 Apr 2013 11:43:19 +0100 8006611: Improve scripting
sundar [Fri, 19 Apr 2013 11:43:19 +0100] rev 18233
8006611: Improve scripting Reviewed-by: mchung
Thu, 18 Apr 2013 13:52:38 +0100 8009071: Improve shape handling
anthony [Thu, 18 Apr 2013 13:52:38 +0100] rev 18232
8009071: Improve shape handling Reviewed-by: art, mschoene
Tue, 16 Apr 2013 21:19:02 +0400 8011695: [tck-red] Application can not be run, the Security Warning dialog is gray.
leonidr [Tue, 16 Apr 2013 21:19:02 +0400] rev 18231
8011695: [tck-red] Application can not be run, the Security Warning dialog is gray. Summary: EventQueue shouldn't use AppContext.getAppContext() to obtain its AppContext. Reviewed-by: art
Mon, 15 Apr 2013 14:11:32 +0400 8012112: java/awt/image/mlib/MlibOpsTest.java fails on sparc solaris
bae [Mon, 15 Apr 2013 14:11:32 +0400] rev 18230
8012112: java/awt/image/mlib/MlibOpsTest.java fails on sparc solaris Reviewed-by: prr, vadim
Fri, 12 Apr 2013 14:08:21 +0400 8011992: java/awt/image/mlib/MlibOpsTest.java failed since jdk7u25b05
bae [Fri, 12 Apr 2013 14:08:21 +0400] rev 18229
8011992: java/awt/image/mlib/MlibOpsTest.java failed since jdk7u25b05 Reviewed-by: vadim
Wed, 10 Apr 2013 15:55:07 +0400 8011243: Improve ImagingLib
bae [Wed, 10 Apr 2013 15:55:07 +0400] rev 18228
8011243: Improve ImagingLib Reviewed-by: prr, vadim
Mon, 08 Apr 2013 13:35:57 -0700 8011257: Better Byte Component Rasters
prr [Mon, 08 Apr 2013 13:35:57 -0700] rev 18227
8011257: Better Byte Component Rasters Reviewed-by: bae, vadim, mschoene
Mon, 08 Apr 2013 13:32:09 -0700 8011253: Better Short Component Rasters
prr [Mon, 08 Apr 2013 13:32:09 -0700] rev 18226
8011253: Better Short Component Rasters Reviewed-by: bae, vadim, mschoene
Mon, 08 Apr 2013 13:29:19 -0700 8011248: Better Component Rasters
prr [Mon, 08 Apr 2013 13:29:19 -0700] rev 18225
8011248: Better Component Rasters Reviewed-by: bae, vadim, mschoene
Mon, 08 Apr 2013 21:12:28 +0100 8009235: Improve handling of TSA data
vinnie [Mon, 08 Apr 2013 21:12:28 +0100] rev 18224
8009235: Improve handling of TSA data Reviewed-by: ahgross, mullan
Mon, 08 Apr 2013 06:15:18 +0100 8008593: Better URLClassLoader resource management
chegar [Mon, 08 Apr 2013 06:15:18 +0100] rev 18223
8008593: Better URLClassLoader resource management Reviewed-by: alanb, sherman, hawtin
Fri, 05 Apr 2013 10:17:06 -0400 8001330: Improve on checking order
mullan [Fri, 05 Apr 2013 10:17:06 -0400] rev 18222
8001330: Improve on checking order Reviewed-by: acorn, hawtin
Thu, 21 Mar 2013 13:56:28 +0100 8008611: Better handling of annotations in JMX
egahlin [Thu, 21 Mar 2013 13:56:28 +0100] rev 18221
8008611: Better handling of annotations in JMX Reviewed-by: skoivu, dholmes, jfdenise
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip