Fri, 11 May 2012 14:13:29 -0700 7144861: speed up RMI activation tests
olagneau [Fri, 11 May 2012 14:13:29 -0700] rev 12692
7144861: speed up RMI activation tests Reviewed-by: alanb, smarks, dholmes, dmocek
Fri, 11 May 2012 12:53:03 -0700 Merge
lana [Fri, 11 May 2012 12:53:03 -0700] rev 12691
Merge
Fri, 11 May 2012 11:31:46 -0700 7071826: Avoid benign race condition in initialization of UUID
mduigou [Fri, 11 May 2012 11:31:46 -0700] rev 12690
7071826: Avoid benign race condition in initialization of UUID Summary: Avoids mostly benign but sometimes expensive race condition on initialization of UUID.numberGenerator which is used by UUID.randomUUID() Reviewed-by: alanb, chegar
Fri, 11 May 2012 10:09:18 +0100 7167359: (tz) SEGV on solaris if TZ variable not set
coffeys [Fri, 11 May 2012 10:09:18 +0100] rev 12689
7167359: (tz) SEGV on solaris if TZ variable not set Reviewed-by: okutsu
Fri, 11 May 2012 16:20:46 +0800 7163874: InetAddress.isReachable should support pinging 0.0.0.0
youdwei [Fri, 11 May 2012 16:20:46 +0800] rev 12688
7163874: InetAddress.isReachable should support pinging 0.0.0.0 Reviewed-by: alanb, chegar
Thu, 10 May 2012 11:19:22 -0700 Merge
valeriep [Thu, 10 May 2012 11:19:22 -0700] rev 12687
Merge
Tue, 08 May 2012 18:57:45 -0700 Merge
valeriep [Tue, 08 May 2012 18:57:45 -0700] rev 12686
Merge
Tue, 08 May 2012 17:57:48 -0700 4963723: Implement SHA-224
valeriep [Tue, 08 May 2012 17:57:48 -0700] rev 12685
4963723: Implement SHA-224 Summary: Add support for SHA-224, SHA224withRSA, SHA224withECDSA, HmacSHA224 and OAEPwithSHA-224AndMGF1Padding. Reviewed-by: vinnie
Thu, 10 May 2012 10:45:04 +0100 7163470: Build fails if javax.crypto src files not present
coffeys [Thu, 10 May 2012 10:45:04 +0100] rev 12684
7163470: Build fails if javax.crypto src files not present Reviewed-by: valeriep
Wed, 09 May 2012 16:55:55 -0700 7096436: (sc) SocketChannel.connect fails on Windows 8 when channel configured non-blocking
khazra [Wed, 09 May 2012 16:55:55 -0700] rev 12683
7096436: (sc) SocketChannel.connect fails on Windows 8 when channel configured non-blocking Summary: Set localAddress only when connection is established Reviewed-by: alanb
Wed, 09 May 2012 16:33:30 -0700 7167362: SecureRandom.init should be converted, amendment to 7084245
wetmore [Wed, 09 May 2012 16:33:30 -0700] rev 12682
7167362: SecureRandom.init should be converted, amendment to 7084245 Reviewed-by: sherman
Wed, 09 May 2012 11:14:22 -0700 7165118: (prefs) AbstractPreferences.remove(null) does not throw NPE
khazra [Wed, 09 May 2012 11:14:22 -0700] rev 12681
7165118: (prefs) AbstractPreferences.remove(null) does not throw NPE Summary: Insert null argument check in AbstractPreferences.remove() Reviewed-by: dholmes, chegar, alanb
Wed, 09 May 2012 07:28:12 -0700 7166955: (pack200) JNI_GetCreatedJavaVMs needs additional checking
ksrini [Wed, 09 May 2012 07:28:12 -0700] rev 12680
7166955: (pack200) JNI_GetCreatedJavaVMs needs additional checking Reviewed-by: alanb, dholmes, ksrini Contributed-by: youdwei@linux.vnet.ibm.com
Wed, 09 May 2012 11:19:54 +0800 7165722: Invalid path in MemoryMonitor demo's README.txt
luchsh [Wed, 09 May 2012 11:19:54 +0800] rev 12679
7165722: Invalid path in MemoryMonitor demo's README.txt Reviewed-by: alanb, sla
Tue, 08 May 2012 18:08:49 -0700 7166570: JSSE certificate validation has started to fail for certificate chains
xuelei [Tue, 08 May 2012 18:08:49 -0700] rev 12678
7166570: JSSE certificate validation has started to fail for certificate chains Reviewed-by: wetmore
Tue, 08 May 2012 17:56:18 -0700 7167092: Need to put the return clause in the synchronized block
xuelei [Tue, 08 May 2012 17:56:18 -0700] rev 12677
7167092: Need to put the return clause in the synchronized block Summary: a regression fix for bug 7153184 Reviewed-by: wetmore
Tue, 08 May 2012 11:16:36 -0700 7157656: (zipfs) SeekableByteChannel to entry in zip file always reports its position as 0
sherman [Tue, 08 May 2012 11:16:36 -0700] rev 12676
7157656: (zipfs) SeekableByteChannel to entry in zip file always reports its position as 0 Summary: updated SeekableByteChannel.read() to count the bytes read correctly Reviewed-by: sherman Contributed-by: paul.sandoz@oracle.com
Tue, 08 May 2012 10:57:13 -0700 7014640: To add a metachar \R for line ending and character classes for vertical/horizontal ws \v \V \h \H
sherman [Tue, 08 May 2012 10:57:13 -0700] rev 12675
7014640: To add a metachar \R for line ending and character classes for vertical/horizontal ws \v \V \h \H Summary: added propsoed constructs Reviewed-by: alanb
Tue, 08 May 2012 02:59:10 -0400 7103570: AtomicIntegerFieldUpdater does not work when SecurityManager is installed
dholmes [Tue, 08 May 2012 02:59:10 -0400] rev 12674
7103570: AtomicIntegerFieldUpdater does not work when SecurityManager is installed Summary: Perform class.getField inside a doPrivileged block Reviewed-by: chegar, psandoz
Mon, 07 May 2012 13:34:19 +0100 7166687: InetAddress.getLocalHost().getHostName() returns FQDN
robm [Mon, 07 May 2012 13:34:19 +0100] rev 12673
7166687: InetAddress.getLocalHost().getHostName() returns FQDN Reviewed-by: chegar
Mon, 07 May 2012 16:43:16 +0800 7166048: Remove the embeded epoll data structure.
zhouyx [Mon, 07 May 2012 16:43:16 +0800] rev 12672
7166048: Remove the embeded epoll data structure. Reviewed-by: alanb
Fri, 04 May 2012 17:28:27 -0700 7153184: NullPointerException when calling SSLEngineImpl.getSupportedCipherSuites
xuelei [Fri, 04 May 2012 17:28:27 -0700] rev 12671
7153184: NullPointerException when calling SSLEngineImpl.getSupportedCipherSuites Reviewed-by: weijun
Fri, 04 May 2012 16:00:47 -0400 7166598: FilteredRowSetImpl can result in Invalid Cursor Position
lancea [Fri, 04 May 2012 16:00:47 -0400] rev 12670
7166598: FilteredRowSetImpl can result in Invalid Cursor Position Reviewed-by: lancea Contributed-by: Knut Anders Hatlen <knut.hatlen@oracle.com>
Wed, 02 May 2012 21:46:31 +0100 7160714: Strange or obsolete @see tags in some exception java.util javadoc
jgish [Wed, 02 May 2012 21:46:31 +0100] rev 12669
7160714: Strange or obsolete @see tags in some exception java.util javadoc Reviewed-by: mduigou, dholmes, alanb
Wed, 02 May 2012 20:01:59 +0100 7165102: Only run assertion on Integer autoboxing cache size once
forax [Wed, 02 May 2012 20:01:59 +0100] rev 12668
7165102: Only run assertion on Integer autoboxing cache size once Reviewed-by: darcy, alanb
Mon, 21 May 2012 11:41:33 -0700 Merge
lana [Mon, 21 May 2012 11:41:33 -0700] rev 12667
Merge
Tue, 22 May 2012 01:12:16 +0400 7170427: setGlobalCurrentFocusCycleRoot unexpectedly throws SecurityException
ant [Tue, 22 May 2012 01:12:16 +0400] rev 12666
7170427: setGlobalCurrentFocusCycleRoot unexpectedly throws SecurityException Reviewed-by: art
Mon, 21 May 2012 18:55:36 +0400 7168144: No appropriate CCC request for changes introduced by 7154030
rupashka [Mon, 21 May 2012 18:55:36 +0400] rev 12665
7168144: No appropriate CCC request for changes introduced by 7154030 Reviewed-by: alexsch
Fri, 18 May 2012 19:39:24 +0400 7156191: [macosx] Can't type into applet demos in Pivot
dcherepanov [Fri, 18 May 2012 19:39:24 +0400] rev 12664
7156191: [macosx] Can't type into applet demos in Pivot Reviewed-by: art
Thu, 17 May 2012 22:21:27 +0400 7145827: [macosx] JCK failure in b11: FocusableWindow3
ant [Thu, 17 May 2012 22:21:27 +0400] rev 12663
7145827: [macosx] JCK failure in b11: FocusableWindow3 Summary: forward posrt from 7u4 Reviewed-by: art
Thu, 17 May 2012 22:10:40 +0400 7145768: [macosx] Regression: failure in b11 of ModalDialogInFocusEventTest
ant [Thu, 17 May 2012 22:10:40 +0400] rev 12662
7145768: [macosx] Regression: failure in b11 of ModalDialogInFocusEventTest Summary: forward port from 7u4 Reviewed-by: art
Thu, 17 May 2012 21:48:57 +0400 7125044: [macosx] Test failure because Component.transferFocus() works differently in applet and application.
ant [Thu, 17 May 2012 21:48:57 +0400] rev 12661
7125044: [macosx] Test failure because Component.transferFocus() works differently in applet and application. Summary: forward port from 7u4 Reviewed-by: art
Thu, 17 May 2012 21:31:55 +0400 7154072: [macosx] swallowing key events
ant [Thu, 17 May 2012 21:31:55 +0400] rev 12660
7154072: [macosx] swallowing key events Summary: forward posrt from 7u4 Reviewed-by: anthony
Thu, 17 May 2012 21:27:19 +0400 7142565: [macosx] Many special keys processed twice in text fields
ant [Thu, 17 May 2012 21:27:19 +0400] rev 12659
7142565: [macosx] Many special keys processed twice in text fields Summary: forward port from 7u4 Reviewed-by: anthony
Thu, 17 May 2012 15:41:09 +0400 7166322: closed/javax/swing/text/html/HTMLEditorKit/4242228/bug4242228.java failed since 1.8.0b36
rupashka [Thu, 17 May 2012 15:41:09 +0400] rev 12658
7166322: closed/javax/swing/text/html/HTMLEditorKit/4242228/bug4242228.java failed since 1.8.0b36 Reviewed-by: alexsch
Thu, 17 May 2012 14:27:11 +0400 7148281: [macosx] JTabbedPane tabs with HTML text do not render correctly
alexsch [Thu, 17 May 2012 14:27:11 +0400] rev 12657
7148281: [macosx] JTabbedPane tabs with HTML text do not render correctly Reviewed-by: kizune
Wed, 16 May 2012 18:11:48 +0400 7158928: [macosx] NLS: Please change the mnemonic assignment system
alexsch [Wed, 16 May 2012 18:11:48 +0400] rev 12656
7158928: [macosx] NLS: Please change the mnemonic assignment system Reviewed-by: rupashka, serb
Wed, 16 May 2012 16:27:12 +0400 7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
alexsch [Wed, 16 May 2012 16:27:12 +0400] rev 12655
7169226: NLS: Please change the mnemonic assignment system for windows and motif properties Reviewed-by: rupashka
Wed, 16 May 2012 14:28:12 +0400 7168851: [macosx] Netbeans crashes in CImage.nativeCreateNSImageFromArray
anthony [Wed, 16 May 2012 14:28:12 +0400] rev 12654
7168851: [macosx] Netbeans crashes in CImage.nativeCreateNSImageFromArray Summary: Eliminate unnecessary -release call Reviewed-by: dcherepanov
Wed, 16 May 2012 13:15:27 +0400 7124337: [macosx] FileDialog fails to select multiple files
dcherepanov [Wed, 16 May 2012 13:15:27 +0400] rev 12653
7124337: [macosx] FileDialog fails to select multiple files Reviewed-by: anthony, swingler
Tue, 15 May 2012 15:04:10 +0400 7168550: [macosx] duplicate OGL context state changes related to vertex cache
dcherepanov [Tue, 15 May 2012 15:04:10 +0400] rev 12652
7168550: [macosx] duplicate OGL context state changes related to vertex cache Reviewed-by: bae, swingler
Sat, 12 May 2012 18:50:27 +0400 7110683: Issues with some KeyboardFocusManager method
ant [Sat, 12 May 2012 18:50:27 +0400] rev 12651
7110683: Issues with some KeyboardFocusManager method Reviewed-by: ahgross
Sat, 12 May 2012 17:46:00 +0400 7149005: [macosx] Java Control Panel's UI controls are distorted when draging scroll bar.
alexp [Sat, 12 May 2012 17:46:00 +0400] rev 12650
7149005: [macosx] Java Control Panel's UI controls are distorted when draging scroll bar. Reviewed-by: serb
Sat, 12 May 2012 12:01:36 +0400 7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file
alexsch [Sat, 12 May 2012 12:01:36 +0400] rev 12649
7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file Reviewed-by: alexp
Fri, 11 May 2012 20:37:07 +0400 7149062: [macosx] dock menu don't show available frames
anthony [Fri, 11 May 2012 20:37:07 +0400] rev 12648
7149062: [macosx] dock menu don't show available frames Summary: Inherit from either NSWindow for normal windows or NSPanel for utility windows Reviewed-by: skovatch, swingler
Fri, 11 May 2012 16:11:17 +0400 7166437: [macosx] Support for Window.Type.UTILITY on the Mac
anthony [Fri, 11 May 2012 16:11:17 +0400] rev 12647
7166437: [macosx] Support for Window.Type.UTILITY on the Mac Summary: Apply the native UTILITY style for UTILITY Java windows Reviewed-by: art
Thu, 10 May 2012 11:47:56 -0700 Merge
lana [Thu, 10 May 2012 11:47:56 -0700] rev 12646
Merge
Thu, 10 May 2012 20:05:12 +0400 7080109: Dialog.show() lacks doPrivileged() to access system event queue
serb [Thu, 10 May 2012 20:05:12 +0400] rev 12645
7080109: Dialog.show() lacks doPrivileged() to access system event queue Reviewed-by: art, anthony
Fri, 04 May 2012 21:25:08 +0400 7147055: [macosx] Cursors are changing over a blocked window; also blinking
serb [Fri, 04 May 2012 21:25:08 +0400] rev 12644
7147055: [macosx] Cursors are changing over a blocked window; also blinking Reviewed-by: art, kizune
Fri, 04 May 2012 18:42:08 +0400 7146237: closed/java/awt/Focus/SetFocusTraversalKeysTest/SetFocusTraversalTest.html failed since 1.8.0b19
bagiras [Fri, 04 May 2012 18:42:08 +0400] rev 12643
7146237: closed/java/awt/Focus/SetFocusTraversalKeysTest/SetFocusTraversalTest.html failed since 1.8.0b19 Reviewed-by: art, anthony
Fri, 04 May 2012 13:15:49 +0400 7024963: Notepad demo: remove non-translatable resources from Notepad.properties file
alexsch [Fri, 04 May 2012 13:15:49 +0400] rev 12642
7024963: Notepad demo: remove non-translatable resources from Notepad.properties file Reviewed-by: rupashka
Thu, 03 May 2012 21:54:29 +0400 7148289: [macosx] Deadlock in sun.lwawt.macosx.CWrapper$NSScreen.visibleFrame
kizune [Thu, 03 May 2012 21:54:29 +0400] rev 12641
7148289: [macosx] Deadlock in sun.lwawt.macosx.CWrapper$NSScreen.visibleFrame Reviewed-by: leonidr
Thu, 03 May 2012 19:22:38 +0400 7124376: [macosx] Modal dialog lost focus
leonidr [Thu, 03 May 2012 19:22:38 +0400] rev 12640
7124376: [macosx] Modal dialog lost focus Reviewed-by: anthony
Thu, 03 May 2012 18:29:00 +0400 7160623: [macosx] Editable TextArea/TextField are blocking GUI applications from exit
serb [Thu, 03 May 2012 18:29:00 +0400] rev 12639
7160623: [macosx] Editable TextArea/TextField are blocking GUI applications from exit Reviewed-by: anthony, art
Mon, 21 May 2012 11:20:04 -0700 Merge
lana [Mon, 21 May 2012 11:20:04 -0700] rev 12638
Merge
Mon, 21 May 2012 14:53:51 +0400 7154088: [macosx] Regression: Component.createImage do not inherits component attributes
bae [Mon, 21 May 2012 14:53:51 +0400] rev 12637
7154088: [macosx] Regression: Component.createImage do not inherits component attributes Reviewed-by: art, kizune
Mon, 21 May 2012 14:04:46 +0400 7124400: [macosx] CGraphicsDevice.getConfigurations() returns reference to member (does not copy configs)
bae [Mon, 21 May 2012 14:04:46 +0400] rev 12636
7124400: [macosx] CGraphicsDevice.getConfigurations() returns reference to member (does not copy configs) Reviewed-by: anthony, kizune
Thu, 17 May 2012 06:20:44 -0700 Added tag jdk8-b39 for changeset 2052d5a6991c
katleman [Thu, 17 May 2012 06:20:44 -0700] rev 12635
Added tag jdk8-b39 for changeset 2052d5a6991c
Wed, 05 Jul 2017 18:11:06 +0200 Merge
duke [Wed, 05 Jul 2017 18:11:06 +0200] rev 12634
Merge
Fri, 18 May 2012 14:50:18 -0700 Added tag hs24-b11 for changeset 100019c94f7c
amurillo [Fri, 18 May 2012 14:50:18 -0700] rev 12633
Added tag hs24-b11 for changeset 100019c94f7c
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip