Tue, 15 May 2012 11:51:51 -0700 7164636: (prefs) Cleanup src/macosx/classes/java/util/prefs
khazra [Tue, 15 May 2012 11:51:51 -0700] rev 12695
7164636: (prefs) Cleanup src/macosx/classes/java/util/prefs Summary: Remove rawtype usages and other code cleanup Reviewed-by: chegar, briangoetz
Tue, 15 May 2012 16:46:10 +0400 7164191: properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario
dsamersoff [Tue, 15 May 2012 16:46:10 +0400] rev 12694
7164191: properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario Reviewed-by: dholmes, sla Contributed-by: Deven You <youdwei@linux.vnet.ibm.com>
Mon, 14 May 2012 07:26:53 -0700 7167988: PKIX CertPathBuilder in reverse mode doesn't work if more than one trust anchor is specified
xuelei [Mon, 14 May 2012 07:26:53 -0700] rev 12693
7167988: PKIX CertPathBuilder in reverse mode doesn't work if more than one trust anchor is specified Reviewed-by: mullan
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
Fri, 18 May 2012 14:50:17 -0700 Merge
amurillo [Fri, 18 May 2012 14:50:17 -0700] rev 12632
Merge
Fri, 18 May 2012 10:27:13 -0700 Merge
jcoomes [Fri, 18 May 2012 10:27:13 -0700] rev 12631
Merge
Tue, 15 May 2012 10:25:06 +0200 7166894: Add gc cause to GC logging for all collectors
brutisso [Tue, 15 May 2012 10:25:06 +0200] rev 12630
7166894: Add gc cause to GC logging for all collectors Reviewed-by: mgerdin, johnc
Tue, 15 May 2012 22:26:37 +0200 7169056: Add gigabyte unit to proper_unit_for_byte_size() and byte_size_in_proper_unit()
brutisso [Tue, 15 May 2012 22:26:37 +0200] rev 12629
7169056: Add gigabyte unit to proper_unit_for_byte_size() and byte_size_in_proper_unit() Reviewed-by: jwilhelm, johnc, dholmes
Tue, 15 May 2012 09:49:18 -0700 7168294: G1: Some Full GCs incorrectly report GC cause as "No GC"
johnc [Tue, 15 May 2012 09:49:18 -0700] rev 12628
7168294: G1: Some Full GCs incorrectly report GC cause as "No GC" Summary: GC cause was not being set by the VM_G1CollectForAllocation VM operation. Reviewed-by: jmasa, ysr, brutisso
Mon, 14 May 2012 21:07:28 -0700 Merge
johnc [Mon, 14 May 2012 21:07:28 -0700] rev 12627
Merge
Tue, 15 May 2012 00:56:06 +0200 7158457: division by zero in adaptiveweightedaverage
mikael [Tue, 15 May 2012 00:56:06 +0200] rev 12626
7158457: division by zero in adaptiveweightedaverage Summary: Add ceiling to AdaptiveWeightedAverage Reviewed-by: ysr, iveresov
Mon, 14 May 2012 17:32:17 +0200 7161545: G1: Minor cleanups to the G1 logging
brutisso [Mon, 14 May 2012 17:32:17 +0200] rev 12625
7161545: G1: Minor cleanups to the G1 logging Summary: Rename "to-space-overflow" to "to-space-exhausted", Introduce one decimal point in the size format, Add Sum to the aggregate and re-order the entries, Add number of GC workers to the log output Reviewed-by: johnc, jwilhelm
Thu, 17 May 2012 09:50:59 -0700 Merge
kvn [Thu, 17 May 2012 09:50:59 -0700] rev 12624
Merge
Mon, 14 May 2012 09:36:00 -0700 6924259: Remove String.count/String.offset
kvn [Mon, 14 May 2012 09:36:00 -0700] rev 12623
6924259: Remove String.count/String.offset Summary: Allow a version of String class that doesn't have count and offset fields. Reviewed-by: never, coleenp
Wed, 16 May 2012 13:33:30 -0400 Merge
jprovino [Wed, 16 May 2012 13:33:30 -0400] rev 12622
Merge
Fri, 11 May 2012 11:30:03 -0700 7167625: Adjustments for SE-Embedded build process
collins [Fri, 11 May 2012 11:30:03 -0700] rev 12621
7167625: Adjustments for SE-Embedded build process Summary: Simple change to the SE-Embedded build rules that should not affect any other OpenJDK users. Reviewed-by: kvn, dholmes
Fri, 11 May 2012 14:54:35 -0700 7168247: new hotspot build - hs24-b11
amurillo [Fri, 11 May 2012 14:54:35 -0700] rev 12620
7168247: new hotspot build - hs24-b11 Reviewed-by: jcoomes
Thu, 17 May 2012 06:20:23 -0700 Added tag jdk8-b39 for changeset 402efa0d91d4
katleman [Thu, 17 May 2012 06:20:23 -0700] rev 12619
Added tag jdk8-b39 for changeset 402efa0d91d4
Thu, 17 May 2012 06:20:10 -0700 Added tag jdk8-b39 for changeset 8c8235b1fcb6
katleman [Thu, 17 May 2012 06:20:10 -0700] rev 12618
Added tag jdk8-b39 for changeset 8c8235b1fcb6
Wed, 05 Jul 2017 18:10:55 +0200 Added tag jdk8-b39 for changeset 35a539727877
duke [Wed, 05 Jul 2017 18:10:55 +0200] rev 12617
Added tag jdk8-b39 for changeset 35a539727877
Wed, 05 Jul 2017 18:10:55 +0200 Merge jdk8-b39
duke [Wed, 05 Jul 2017 18:10:55 +0200] rev 12616
Merge
Wed, 05 Jul 2017 18:10:53 +0200 Merge
duke [Wed, 05 Jul 2017 18:10:53 +0200] rev 12615
Merge
Thu, 10 May 2012 10:25:25 -0700 Added tag jdk8-b38 for changeset 8bf61a6c4a22
katleman [Thu, 10 May 2012 10:25:25 -0700] rev 12614
Added tag jdk8-b38 for changeset 8bf61a6c4a22
Wed, 05 Jul 2017 18:10:50 +0200 Merge
duke [Wed, 05 Jul 2017 18:10:50 +0200] rev 12613
Merge
Thu, 10 May 2012 10:25:09 -0700 Added tag jdk8-b38 for changeset b03bb9688c69
katleman [Thu, 10 May 2012 10:25:09 -0700] rev 12612
Added tag jdk8-b38 for changeset b03bb9688c69
Wed, 05 Jul 2017 18:10:48 +0200 Merge
duke [Wed, 05 Jul 2017 18:10:48 +0200] rev 12611
Merge
Thu, 10 May 2012 10:25:08 -0700 Added tag jdk8-b38 for changeset 426adeeabf00
katleman [Thu, 10 May 2012 10:25:08 -0700] rev 12610
Added tag jdk8-b38 for changeset 426adeeabf00
Wed, 05 Jul 2017 18:10:45 +0200 Merge
duke [Wed, 05 Jul 2017 18:10:45 +0200] rev 12609
Merge
Thu, 10 May 2012 10:24:56 -0700 Added tag jdk8-b38 for changeset 748373b1eae7
katleman [Thu, 10 May 2012 10:24:56 -0700] rev 12608
Added tag jdk8-b38 for changeset 748373b1eae7
Wed, 05 Jul 2017 18:10:42 +0200 Merge
duke [Wed, 05 Jul 2017 18:10:42 +0200] rev 12607
Merge
Wed, 16 May 2012 22:07:29 -0700 Merge
katleman [Wed, 16 May 2012 22:07:29 -0700] rev 12606
Merge
Tue, 15 May 2012 11:46:41 -0700 7157855: jvisualvm.1 not included in binaries
mfang [Tue, 15 May 2012 11:46:41 -0700] rev 12605
7157855: jvisualvm.1 not included in binaries Reviewed-by: katleman, thurka
Fri, 11 May 2012 08:21:30 -0700 7168208: Change use of @ in one sed command involving paths to different character
ihse [Fri, 11 May 2012 08:21:30 -0700] rev 12604
7168208: Change use of @ in one sed command involving paths to different character Reviewed-by: ohair
Thu, 10 May 2012 10:25:14 -0700 Added tag jdk8-b38 for changeset 5904985dac0a
katleman [Thu, 10 May 2012 10:25:14 -0700] rev 12603
Added tag jdk8-b38 for changeset 5904985dac0a
Wed, 05 Jul 2017 18:10:39 +0200 Merge
duke [Wed, 05 Jul 2017 18:10:39 +0200] rev 12602
Merge
Fri, 11 May 2012 14:47:25 -0700 Added tag hs24-b10 for changeset fcb3aef57178
amurillo [Fri, 11 May 2012 14:47:25 -0700] rev 12601
Added tag hs24-b10 for changeset fcb3aef57178
Fri, 11 May 2012 14:47:24 -0700 Merge
amurillo [Fri, 11 May 2012 14:47:24 -0700] rev 12600
Merge
Fri, 11 May 2012 06:37:47 -0700 Merge
jcoomes [Fri, 11 May 2012 06:37:47 -0700] rev 12599
Merge
Thu, 10 May 2012 14:16:34 +0200 7167069: 6 VM flags crash the VM when queried via jinfo
brutisso [Thu, 10 May 2012 14:16:34 +0200] rev 12598
7167069: 6 VM flags crash the VM when queried via jinfo Summary: Added missing double format to Flag::print_as_flag() Reviewed-by: dholmes, stefank, coleenp
Thu, 10 May 2012 11:27:10 +0200 7167437: Can't build on linux without precompiled headers
stefank [Thu, 10 May 2012 11:27:10 +0200] rev 12597
7167437: Can't build on linux without precompiled headers Reviewed-by: brutisso, mgerdin
Wed, 09 May 2012 10:54:29 -0700 Merge
kvn [Wed, 09 May 2012 10:54:29 -0700] rev 12596
Merge
Tue, 08 May 2012 15:47:04 -0700 7167266: missing copyright notes in 3rd party code
kvn [Tue, 08 May 2012 15:47:04 -0700] rev 12595
7167266: missing copyright notes in 3rd party code Summary: add missing copyright notes to the regression test file. Reviewed-by: twisti, johnc
Mon, 07 May 2012 12:37:46 -0700 7160610: Unknown Native Code compilation issue
kvn [Mon, 07 May 2012 12:37:46 -0700] rev 12594
7160610: Unknown Native Code compilation issue Summary: When constructing input vector use type of vector's operation which use it since element's sizes should match. Reviewed-by: never, twisti
Tue, 24 Apr 2012 12:15:32 -0700 7157695: Add windows implementation of socket interface
twisti [Tue, 24 Apr 2012 12:15:32 -0700] rev 12593
7157695: Add windows implementation of socket interface Reviewed-by: kvn, dholmes, twisti Contributed-by: Nils Eliasson <nils.eliasson@oracle.com>
Wed, 18 Apr 2012 16:08:34 -0700 7161796: PhaseStringOpts::fetch_static_field tries to fetch field from the Klass instead of the mirror
never [Wed, 18 Apr 2012 16:08:34 -0700] rev 12592
7161796: PhaseStringOpts::fetch_static_field tries to fetch field from the Klass instead of the mirror Reviewed-by: twisti
Tue, 17 Apr 2012 11:04:22 -0700 7162094: LateInlineCallGenerator::do_late_inline crashed on uninitialized _call_node
never [Tue, 17 Apr 2012 11:04:22 -0700] rev 12591
7162094: LateInlineCallGenerator::do_late_inline crashed on uninitialized _call_node Reviewed-by: never, twisti Contributed-by: nils.eliasson@oracle.com
Wed, 11 Apr 2012 19:15:46 -0700 7160539: JDeveloper crashes on 64-bit Windows
iveresov [Wed, 11 Apr 2012 19:15:46 -0700] rev 12590
7160539: JDeveloper crashes on 64-bit Windows Summary: x64 C1 needs to zero upper 32bits when doing l2i conversion Reviewed-by: never, kvn
Tue, 10 Apr 2012 09:31:04 -0700 7159772: instanceKlass::all_fields_count() returns incorrect total field count
jiangli [Tue, 10 Apr 2012 09:31:04 -0700] rev 12589
7159772: instanceKlass::all_fields_count() returns incorrect total field count Summary: Fix instanceKlass::all_fields_count() bug. Reviewed-by: kvn, never Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
Sat, 05 May 2012 10:24:55 -0400 Merge
jprovino [Sat, 05 May 2012 10:24:55 -0400] rev 12588
Merge
Wed, 02 May 2012 13:21:36 -0400 7158552: The instanceKlsss::_host_klass is only needed for anonymous class for JSR 292 support.
jiangli [Wed, 02 May 2012 13:21:36 -0400] rev 12587
7158552: The instanceKlsss::_host_klass is only needed for anonymous class for JSR 292 support. Summary: Change the _host_klass to be conditionally created embedded instanceKlass field. Reviewed-by: jrose, coleenp, dholmes
Fri, 04 May 2012 15:26:05 -0700 7166615: new hotspot build - hs24-b10
amurillo [Fri, 04 May 2012 15:26:05 -0700] rev 12586
7166615: new hotspot build - hs24-b10 Reviewed-by: jcoomes
Thu, 10 May 2012 10:25:00 -0700 Added tag jdk8-b38 for changeset dd5e885125b4
katleman [Thu, 10 May 2012 10:25:00 -0700] rev 12585
Added tag jdk8-b38 for changeset dd5e885125b4
Wed, 16 May 2012 22:06:41 -0700 Merge
katleman [Wed, 16 May 2012 22:06:41 -0700] rev 12584
Merge
Fri, 11 May 2012 17:52:57 -0700 7167976: Fix broken get_source.sh script
ohair [Fri, 11 May 2012 17:52:57 -0700] rev 12583
7167976: Fix broken get_source.sh script Reviewed-by: tbell
Thu, 10 May 2012 08:26:26 -0700 7167593: Changed get_source.sh to allow for getting full oracle jdk repo forest
ohair [Thu, 10 May 2012 08:26:26 -0700] rev 12582
7167593: Changed get_source.sh to allow for getting full oracle jdk repo forest Reviewed-by: erikj, asaha, chegar, sla, dholmes, mbykov, coleenp
Thu, 10 May 2012 10:24:54 -0700 Added tag jdk8-b38 for changeset ab7f1daeaf13
katleman [Thu, 10 May 2012 10:24:54 -0700] rev 12581
Added tag jdk8-b38 for changeset ab7f1daeaf13
Wed, 05 Jul 2017 18:10:28 +0200 Added tag jdk8-b38 for changeset 4cc5610a6dd6
duke [Wed, 05 Jul 2017 18:10:28 +0200] rev 12580
Added tag jdk8-b38 for changeset 4cc5610a6dd6
Wed, 05 Jul 2017 18:10:27 +0200 Merge jdk8-b38
duke [Wed, 05 Jul 2017 18:10:27 +0200] rev 12579
Merge
Wed, 05 Jul 2017 18:10:25 +0200 Merge
duke [Wed, 05 Jul 2017 18:10:25 +0200] rev 12578
Merge
Wed, 09 May 2012 13:08:07 -0700 Added tag jdk8-b37 for changeset ac17e6eab3e8
katleman [Wed, 09 May 2012 13:08:07 -0700] rev 12577
Added tag jdk8-b37 for changeset ac17e6eab3e8
Wed, 05 Jul 2017 18:10:22 +0200 Merge
duke [Wed, 05 Jul 2017 18:10:22 +0200] rev 12576
Merge
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip