Wed, 18 Sep 2013 14:57:29 -0700 8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing intermittently
ascarpino [Wed, 18 Sep 2013 14:57:29 -0700] rev 20486
8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing intermittently Reviewed-by: vinnie
Thu, 19 Sep 2013 11:59:14 -0700 7122707: Security Providers need to have their version numbers updated for JDK8
ascarpino [Thu, 19 Sep 2013 11:59:14 -0700] rev 20485
7122707: Security Providers need to have their version numbers updated for JDK8 Reviewed-by: xuelei
Mon, 30 Sep 2013 14:28:53 +0200 8012923: [parfait] File Descriptor Leak in jdk/src/windows/demo/jvmti/hprof/hprof_md.c
allwin [Mon, 30 Sep 2013 14:28:53 +0200] rev 20484
8012923: [parfait] File Descriptor Leak in jdk/src/windows/demo/jvmti/hprof/hprof_md.c Reviewed-by: chegar, sla, sspitsyn, mgronlun
Mon, 30 Sep 2013 12:58:18 +0200 8023492: jfr.jar gets loaded even though it's not used
sla [Mon, 30 Sep 2013 12:58:18 +0200] rev 20483
8023492: jfr.jar gets loaded even though it's not used Reviewed-by: erikj, mgronlun
Mon, 30 Sep 2013 12:19:48 +0200 8009719: core reflection should get type annotation data from the VM lazily
jfranck [Mon, 30 Sep 2013 12:19:48 +0200] rev 20482
8009719: core reflection should get type annotation data from the VM lazily Summary: Remove typeAnnotations field from Method, Constructor, and Field, update Executable and Field to fetch data on demand. Reviewed-by: darcy, erikj
Mon, 30 Sep 2013 11:18:18 +0200 8007072: Update Core Reflection for Type Annotations to match latest spec
jfranck [Mon, 30 Sep 2013 11:18:18 +0200] rev 20481
8007072: Update Core Reflection for Type Annotations to match latest spec 8022324: j.l.Class.getAnnotatedInterfaces() for array type returns wrong value 8024915: j.l.r.Executable.getAnnotatedReceiverType() should return null for static methods Summary: Update javadoc and implementation of reflection for type annotations to match latest spec Reviewed-by: darcy
Fri, 27 Sep 2013 18:38:00 -0700 Merge
lana [Fri, 27 Sep 2013 18:38:00 -0700] rev 20480
Merge
Fri, 27 Sep 2013 17:27:15 -0700 8025610: Add explicit @throws NPE documentation to Optional constructor and Optional.of
mduigou [Fri, 27 Sep 2013 17:27:15 -0700] rev 20479
8025610: Add explicit @throws NPE documentation to Optional constructor and Optional.of Reviewed-by: briangoetz, chegar, alanb
Fri, 27 Sep 2013 17:09:25 -0700 8025128: File.createTempFile fails if prefix is absolute path
dxu [Fri, 27 Sep 2013 17:09:25 -0700] rev 20478
8025128: File.createTempFile fails if prefix is absolute path Summary: Use only the file name from the supplied prefix for backward compatibility Reviewed-by: alanb, chegar
Fri, 27 Sep 2013 13:30:35 -0700 8023340: Clarify that unmodifiable List.replaceAll() may not throw UOE if there are no items to be replaced.
mduigou [Fri, 27 Sep 2013 13:30:35 -0700] rev 20477
8023340: Clarify that unmodifiable List.replaceAll() may not throw UOE if there are no items to be replaced. Reviewed-by: psandoz, jjg
Fri, 27 Sep 2013 13:30:31 -0700 8023339: Refined Collection.removeIf UOE conditions
mduigou [Fri, 27 Sep 2013 13:30:31 -0700] rev 20476
8023339: Refined Collection.removeIf UOE conditions Reviewed-by: mduigou Contributed-by: paul.sandoz@oracle.com
Fri, 27 Sep 2013 10:21:04 -0700 8025595: Remove alt-rt.jar, used by +AggressiveOps (jdk repo portion of JDK-8024826)
mduigou [Fri, 27 Sep 2013 10:21:04 -0700] rev 20475
8025595: Remove alt-rt.jar, used by +AggressiveOps (jdk repo portion of JDK-8024826) Reviewed-by: alanb, chegar, dholmes, ksrini
Thu, 26 Sep 2013 16:23:45 +0200 8025502: Exclude tests due to JDK-8025427
ehelin [Thu, 26 Sep 2013 16:23:45 +0200] rev 20474
8025502: Exclude tests due to JDK-8025427 Reviewed-by: ksrini
Fri, 27 Sep 2013 15:25:18 +0800 8024861: Incomplete token triggers GSS-API NullPointerException
weijun [Fri, 27 Sep 2013 15:25:18 +0800] rev 20473
8024861: Incomplete token triggers GSS-API NullPointerException Reviewed-by: mullan
Thu, 26 Sep 2013 18:20:25 -0700 8019192: StringIndexOutOfBoundsException: in Class.getSimpleName()
twisti [Thu, 26 Sep 2013 18:20:25 -0700] rev 20472
8019192: StringIndexOutOfBoundsException: in Class.getSimpleName() Reviewed-by: jrose
Tue, 08 Oct 2013 14:53:14 -0700 Merge
lana [Tue, 08 Oct 2013 14:53:14 -0700] rev 20471
Merge
Wed, 09 Oct 2013 01:03:33 +0400 8004050: [macosx] The 'ESC' key does not work with jdk8
leonidr [Wed, 09 Oct 2013 01:03:33 +0400] rev 20470
8004050: [macosx] The 'ESC' key does not work with jdk8 Reviewed-by: alexsch, serb
Tue, 08 Oct 2013 23:34:20 +0400 8025603: Unused methods in the awt text peers should be removed
serb [Tue, 08 Oct 2013 23:34:20 +0400] rev 20469
8025603: Unused methods in the awt text peers should be removed Reviewed-by: art, anthony
Tue, 08 Oct 2013 21:24:49 +0400 8022119: test api/javax_sound/sampled/spi/MixerProvider/indexTGF_MixerProviderTests fails
serb [Tue, 08 Oct 2013 21:24:49 +0400] rev 20468
8022119: test api/javax_sound/sampled/spi/MixerProvider/indexTGF_MixerProviderTests fails Reviewed-by: art, anthony
Tue, 08 Oct 2013 18:45:38 +0400 7081594: Windows owned by an always-on-top window DO NOT automatically become always-on-top
alexsch [Tue, 08 Oct 2013 18:45:38 +0400] rev 20467
7081594: Windows owned by an always-on-top window DO NOT automatically become always-on-top Reviewed-by: art, anthony, serb
Tue, 08 Oct 2013 18:19:10 +0400 7172597: java.awt.KeyboardFocusManager.clearFocusOwner() missed javadoc tag @since 1.8
malenkov [Tue, 08 Oct 2013 18:19:10 +0400] rev 20466
7172597: java.awt.KeyboardFocusManager.clearFocusOwner() missed javadoc tag @since 1.8 Reviewed-by: art, anthony
Tue, 08 Oct 2013 18:10:13 +0400 7081584: Specification for Window.isAlwaysOnTopSupported needs to be clarified
malenkov [Tue, 08 Oct 2013 18:10:13 +0400] rev 20465
7081584: Specification for Window.isAlwaysOnTopSupported needs to be clarified Reviewed-by: art, serb
Tue, 08 Oct 2013 17:00:44 +0400 7199196: Incremental transfer is broken because of a typo
bagiras [Tue, 08 Oct 2013 17:00:44 +0400] rev 20464
7199196: Incremental transfer is broken because of a typo Reviewed-by: anthony, serb
Tue, 08 Oct 2013 16:56:15 +0400 7068423: Spec for java.awt.GraphicsDevice.getFullScreenWindow() needs clarification
bagiras [Tue, 08 Oct 2013 16:56:15 +0400] rev 20463
7068423: Spec for java.awt.GraphicsDevice.getFullScreenWindow() needs clarification Reviewed-by: art, anthony
Tue, 08 Oct 2013 16:04:12 +0400 8000425: FileDialog documentation should be enhanced
bagiras [Tue, 08 Oct 2013 16:04:12 +0400] rev 20462
8000425: FileDialog documentation should be enhanced Reviewed-by: serb, anthony
Tue, 08 Oct 2013 15:54:43 +0400 8025585: Win: Popups in JFXPanel do not receive MouseWheel events
pchelko [Tue, 08 Oct 2013 15:54:43 +0400] rev 20461
8025585: Win: Popups in JFXPanel do not receive MouseWheel events Reviewed-by: anthony, art
Tue, 08 Oct 2013 15:17:22 +0400 7158311: GraphicsDevice.setDisplayMode(...) leads to hang when DISPLAY variable points to Oracle Linux
pchelko [Tue, 08 Oct 2013 15:17:22 +0400] rev 20460
7158311: GraphicsDevice.setDisplayMode(...) leads to hang when DISPLAY variable points to Oracle Linux 8001463: Regression : Deadlock between AWT-XAWT thread and AWT-EventQueue-0 Thread when screen resolution changes Reviewed-by: art, serb Contributed-by: alexander.zvegintsev@oracle.com
Tue, 08 Oct 2013 13:57:44 +0400 8025236: [javadoc] fix some errors in AWT
yan [Tue, 08 Oct 2013 13:57:44 +0400] rev 20459
8025236: [javadoc] fix some errors in AWT Reviewed-by: yan, anthony Contributed-by: Dmitry Ginzburg <dmitry.ginzburg@oracle.com>
Mon, 07 Oct 2013 11:34:44 -0700 8025840: Fix all the doclint warnings about trademark
cl [Mon, 07 Oct 2013 11:34:44 -0700] rev 20458
8025840: Fix all the doclint warnings about trademark Reviewed-by: art
Mon, 07 Oct 2013 16:42:29 +0400 8007219: [macosx] Frame size reverts meaning of maximized attribute if frame size close to display
alexsch [Mon, 07 Oct 2013 16:42:29 +0400] rev 20457
8007219: [macosx] Frame size reverts meaning of maximized attribute if frame size close to display Reviewed-by: serb, anthony
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip