Fri, 12 Dec 2008 15:37:46 -0800 Merge
jmasa [Fri, 12 Dec 2008 15:37:46 -0800] rev 1671
Merge
Thu, 11 Dec 2008 12:05:21 -0800 6765954: par compact - stress mode for splitting young gen spaces
jcoomes [Thu, 11 Dec 2008 12:05:21 -0800] rev 1670
6765954: par compact - stress mode for splitting young gen spaces Reviewed-by: jmasa
Thu, 11 Dec 2008 12:05:14 -0800 6765745: par compact - allow young gen spaces to be split
jcoomes [Thu, 11 Dec 2008 12:05:14 -0800] rev 1669
6765745: par compact - allow young gen spaces to be split Reviewed-by: jmasa
Thu, 11 Dec 2008 12:05:08 -0800 6578152: fill_region_with_object has usability and safety issues
jcoomes [Thu, 11 Dec 2008 12:05:08 -0800] rev 1668
6578152: fill_region_with_object has usability and safety issues Reviewed-by: apetrusenko, ysr
Wed, 10 Dec 2008 23:46:10 -0800 6782457: CMS: Livelock in CompactibleFreeListSpace::block_size()
ysr [Wed, 10 Dec 2008 23:46:10 -0800] rev 1667
6782457: CMS: Livelock in CompactibleFreeListSpace::block_size() 6736295: SIGSEGV in product jvm, assertion "these are the only valid states during a mark sweep" in fastdebug Summary: Restructured the code in the perm gen allocation retry loop so as to avoid "safepoint-blocking" on locks, in this case the Heap_lock, while holding uninitialized allocated heap storage. Reviewed-by: apetrusenko, iveresov, jcoomes, jmasa, poonam
Fri, 12 Dec 2008 10:19:39 -0800 Merge
blacklion [Fri, 12 Dec 2008 10:19:39 -0800] rev 1666
Merge
Thu, 11 Dec 2008 03:22:04 -0800 6639341: sometimes contended-exit event comes after contended-entered on another thread
blacklion [Thu, 11 Dec 2008 03:22:04 -0800] rev 1665
6639341: sometimes contended-exit event comes after contended-entered on another thread Summary: DTrace probe "contended-exit" should be fired before unparking object, or context could be lost. Probe firing was moved to proper place. Reviewed-by: coleenp, kamg
Wed, 10 Dec 2008 15:14:29 -0800 6727377: VM stack guard pages on Windows should PAGE_READWRITE not PAGE_EXECUTE_READWRITE
coleenp [Wed, 10 Dec 2008 15:14:29 -0800] rev 1664
6727377: VM stack guard pages on Windows should PAGE_READWRITE not PAGE_EXECUTE_READWRITE Summary: Make reguard_stack change access to RW, not execute and use os::protect_memory with the new parameter when change needed to X. Reviewed-by: acorn, jcoomes
Thu, 11 Dec 2008 17:20:10 -0800 Merge
kvn [Thu, 11 Dec 2008 17:20:10 -0800] rev 1663
Merge
Tue, 09 Dec 2008 12:41:26 -0800 6771309: debugging AD files is difficult without #line directives in generated code
jrose [Tue, 09 Dec 2008 12:41:26 -0800] rev 1662
6771309: debugging AD files is difficult without #line directives in generated code Summary: more and better #line and #define directives in the generated code; ADLC itself accepts #line directives Reviewed-by: never, kvn
Mon, 08 Dec 2008 17:15:02 -0800 6779339: turn off LinkWellKnownClasses by default pending further testing
jrose [Mon, 08 Dec 2008 17:15:02 -0800] rev 1661
6779339: turn off LinkWellKnownClasses by default pending further testing Summary: temporarily turn off LinkWellKnownClasses optimization Reviewed-by: never, kvn
Tue, 09 Dec 2008 09:55:39 -0500 6689685: Hotspot crash error message should include libraries version
coleenp [Tue, 09 Dec 2008 09:55:39 -0500] rev 1660
6689685: Hotspot crash error message should include libraries version Summary: Print out JDK/JRE version that hotspot knows about. Reviewed-by: kamg, blacklion, acorn, alanb
Mon, 08 Dec 2008 15:50:55 -0500 6773838: There is no calling stack for Compiler thread in hs_err file on x86
coleenp [Mon, 08 Dec 2008 15:50:55 -0500] rev 1659
6773838: There is no calling stack for Compiler thread in hs_err file on x86 Summary: On solaris, the inline assembly wasn't being processed. Added volatile to il file fixed it. Reviewed-by: phh, kvn
Thu, 18 Dec 2008 21:34:02 -0800 Added tag jdk7-b42 for changeset a0dd9009e992
xdono [Thu, 18 Dec 2008 21:34:02 -0800] rev 1658
Added tag jdk7-b42 for changeset a0dd9009e992
Thu, 18 Dec 2008 21:33:59 -0800 Added tag jdk7-b42 for changeset 0e40cad98e4a
xdono [Thu, 18 Dec 2008 21:33:59 -0800] rev 1657
Added tag jdk7-b42 for changeset 0e40cad98e4a
Wed, 05 Jul 2017 16:44:40 +0200 Added tag jdk7-b42 for changeset caf58ffa0845
duke [Wed, 05 Jul 2017 16:44:40 +0200] rev 1656
Added tag jdk7-b42 for changeset caf58ffa0845
Wed, 05 Jul 2017 16:44:40 +0200 Merge jdk7-b42
duke [Wed, 05 Jul 2017 16:44:40 +0200] rev 1655
Merge
Wed, 05 Jul 2017 16:44:37 +0200 Merge
duke [Wed, 05 Jul 2017 16:44:37 +0200] rev 1654
Merge
Mon, 15 Dec 2008 17:13:21 -0800 Merge
xdono [Mon, 15 Dec 2008 17:13:21 -0800] rev 1653
Merge
Mon, 15 Dec 2008 16:55:33 -0800 6785258: Update copyright year
xdono [Mon, 15 Dec 2008 16:55:33 -0800] rev 1652
6785258: Update copyright year Summary: Update copyright for files that have been modified starting July 2008 to Dec 2008 Reviewed-by: katleman, ohair, tbell
Fri, 05 Dec 2008 09:52:51 -0800 Merge
tbell [Fri, 05 Dec 2008 09:52:51 -0800] rev 1651
Merge
Mon, 01 Dec 2008 12:15:14 -0800 6778493: Fix (langtools) ant build to honor fcs MILESTONE setting
jjg [Mon, 01 Dec 2008 12:15:14 -0800] rev 1650
6778493: Fix (langtools) ant build to honor fcs MILESTONE setting Reviewed-by: ohair Contributed-by: mjw@redhat.com
Wed, 26 Nov 2008 11:07:07 +0000 6776289: Regression: javac7 doesnt resolve method calls properly
mcimadamore [Wed, 26 Nov 2008 11:07:07 +0000] rev 1649
6776289: Regression: javac7 doesnt resolve method calls properly Summary: Superclass' private methods shouldn't be considered during method resolution Reviewed-by: jjg
Thu, 04 Dec 2008 11:10:35 -0800 Added tag jdk7-b41 for changeset 6471e8a4578f
xdono [Thu, 04 Dec 2008 11:10:35 -0800] rev 1648
Added tag jdk7-b41 for changeset 6471e8a4578f
Wed, 05 Jul 2017 16:44:33 +0200 Merge
duke [Wed, 05 Jul 2017 16:44:33 +0200] rev 1647
Merge
Thu, 04 Dec 2008 11:10:19 -0800 Added tag jdk7-b41 for changeset c2c85c9ad771
xdono [Thu, 04 Dec 2008 11:10:19 -0800] rev 1646
Added tag jdk7-b41 for changeset c2c85c9ad771
Wed, 05 Jul 2017 16:44:31 +0200 Merge
duke [Wed, 05 Jul 2017 16:44:31 +0200] rev 1645
Merge
Thu, 04 Dec 2008 11:10:17 -0800 Added tag jdk7-b41 for changeset ff9b7f94082a
xdono [Thu, 04 Dec 2008 11:10:17 -0800] rev 1644
Added tag jdk7-b41 for changeset ff9b7f94082a
Wed, 05 Jul 2017 16:44:28 +0200 Merge
duke [Wed, 05 Jul 2017 16:44:28 +0200] rev 1643
Merge
Mon, 15 Dec 2008 16:55:07 -0800 6785258: Update copyright year
xdono [Mon, 15 Dec 2008 16:55:07 -0800] rev 1642
6785258: Update copyright year Summary: Update copyright for files that have been modified starting July 2008 to Dec 2008 Reviewed-by: katleman, ohair, tbell
Thu, 04 Dec 2008 11:10:09 -0800 Added tag jdk7-b41 for changeset fc8a80d3e672
xdono [Thu, 04 Dec 2008 11:10:09 -0800] rev 1641
Added tag jdk7-b41 for changeset fc8a80d3e672
Wed, 05 Jul 2017 16:44:26 +0200 Merge
duke [Wed, 05 Jul 2017 16:44:26 +0200] rev 1640
Merge
Mon, 15 Dec 2008 16:55:25 -0800 6785258: Update copyright year
xdono [Mon, 15 Dec 2008 16:55:25 -0800] rev 1639
6785258: Update copyright year Summary: Update copyright for files that have been modified starting July 2008 to Dec 2008 Reviewed-by: katleman, ohair, tbell
Fri, 05 Dec 2008 09:51:13 -0800 Merge
tbell [Fri, 05 Dec 2008 09:51:13 -0800] rev 1638
Merge
Sat, 29 Nov 2008 20:55:29 -0800 6725399: (ch) Channels.newInputStream should check for null
sherman [Sat, 29 Nov 2008 20:55:29 -0800] rev 1637
6725399: (ch) Channels.newInputStream should check for null Summary: update to check null arg for all Channels methods Reviewed-by: alanb
Thu, 27 Nov 2008 15:44:32 +0100 6776225: JMX.isNotificationSource wrong when DynamicWrapperMBean + SendNotification injection
emcmanus [Thu, 27 Nov 2008 15:44:32 +0100] rev 1636
6776225: JMX.isNotificationSource wrong when DynamicWrapperMBean + SendNotification injection Reviewed-by: dfuchs, jfdenise
Wed, 26 Nov 2008 15:37:14 +0000 6720866: Slow performance using HttpURLConnection for upload
chegar [Wed, 26 Nov 2008 15:37:14 +0000] rev 1635
6720866: Slow performance using HttpURLConnection for upload Reviewed-by: michaelm
Tue, 25 Nov 2008 19:26:54 +0000 6593946: (bf) X-Buffer.compact() does not discard mark as specified
alanb [Tue, 25 Nov 2008 19:26:54 +0000] rev 1634
6593946: (bf) X-Buffer.compact() does not discard mark as specified Summary: InvalidMarkException now correctly thrown. Thanks to keiths@redhat.com for the bug report and initial fix. Reviewed-by: sherman, darcy
Tue, 25 Nov 2008 10:09:26 -0800 6774710: spp.sh used by genBasic.sh/genCopyDirectMemory.sh
sherman [Tue, 25 Nov 2008 10:09:26 -0800] rev 1633
6774710: spp.sh used by genBasic.sh/genCopyDirectMemory.sh Summary: update the scripts to use java version of spp Reviewed-by: alanb
Tue, 25 Nov 2008 10:17:00 -0500 6728890: Add SwissSign root certificates to the JDK
mullan [Tue, 25 Nov 2008 10:17:00 -0500] rev 1632
6728890: Add SwissSign root certificates to the JDK 6732157: Add VeriSign TSA Root Cert to the JDK 6754779: Add Camerfirma root certificates to the JDK 6768559: Add t-systems root CA certificate (Deutsche Telekom Root CA 2) to the JRE Reviewed-by: vinnie
Sun, 23 Nov 2008 09:56:39 -0800 6775152: freetype version check program problem main arg order
martin [Sun, 23 Nov 2008 09:56:39 -0800] rev 1631
6775152: freetype version check program problem main arg order Summary: Fix all compiler warnings Reviewed-by: ohair, tbell
Fri, 21 Nov 2008 20:53:37 -0800 Merge
tbell [Fri, 21 Nov 2008 20:53:37 -0800] rev 1630
Merge
Fri, 21 Nov 2008 18:18:00 +0100 6774170: LocalRMIServerSocketFactory should protect against ServerSocket.accept().getInetAddress() being null
dfuchs [Fri, 21 Nov 2008 18:18:00 +0100] rev 1629
6774170: LocalRMIServerSocketFactory should protect against ServerSocket.accept().getInetAddress() being null Reviewed-by: emcmanus, jfdenise
Thu, 20 Nov 2008 14:06:19 -0800 6745216: missing 4 chraset aliases in sun.nio.cs package
sherman [Thu, 20 Nov 2008 14:06:19 -0800] rev 1628
6745216: missing 4 chraset aliases in sun.nio.cs package Summary: added "834" into x-IBM834's aliase list. Reviewed-by: alanb
Thu, 20 Nov 2008 10:10:48 +0100 6772779: @NotificationInfo does not create MBeanNotificationInfo in the MBean's MBeanInfo
emcmanus [Thu, 20 Nov 2008 10:10:48 +0100] rev 1627
6772779: @NotificationInfo does not create MBeanNotificationInfo in the MBean's MBeanInfo 6773593: CompositeDataSupport constructor javadoc is not in sync with the implementation Reviewed-by: sjiang
Wed, 19 Nov 2008 14:29:12 -0800 6714428: 'os.name' system property shows wrong value on 64-bit Windows XP
sherman [Wed, 19 Nov 2008 14:29:12 -0800] rev 1626
6714428: 'os.name' system property shows wrong value on 64-bit Windows XP Summary: update to detect the correct os.name for 64-bit XP Reviewed-by: darcy
Thu, 04 Dec 2008 11:10:25 -0800 Added tag jdk7-b41 for changeset d255ae63f83c
xdono [Thu, 04 Dec 2008 11:10:25 -0800] rev 1625
Added tag jdk7-b41 for changeset d255ae63f83c
Wed, 05 Jul 2017 16:44:21 +0200 Merge
duke [Wed, 05 Jul 2017 16:44:21 +0200] rev 1624
Merge
Mon, 15 Dec 2008 16:55:11 -0800 6785258: Update copyright year
xdono [Mon, 15 Dec 2008 16:55:11 -0800] rev 1623
6785258: Update copyright year Summary: Update copyright for files that have been modified starting July 2008 to Dec 2008 Reviewed-by: katleman, ohair, tbell
Fri, 05 Dec 2008 15:45:24 -0800 6781742: Bump HS14 build number to 09
trims [Fri, 05 Dec 2008 15:45:24 -0800] rev 1622
6781742: Bump HS14 build number to 09 Summary: Update Hotspot 14 build number to b09 Reviewed-by: jcoomes
Fri, 05 Dec 2008 15:32:59 -0800 Merge
trims [Fri, 05 Dec 2008 15:32:59 -0800] rev 1621
Merge
Fri, 05 Dec 2008 15:06:37 -0500 Merge
blacklion [Fri, 05 Dec 2008 15:06:37 -0500] rev 1620
Merge
Thu, 04 Dec 2008 17:48:02 -0800 Merge
poonam [Thu, 04 Dec 2008 17:48:02 -0800] rev 1619
Merge
Thu, 04 Dec 2008 17:29:56 -0800 6739363: Xcheck jni doesn't check native function arguments
poonam [Thu, 04 Dec 2008 17:29:56 -0800] rev 1618
6739363: Xcheck jni doesn't check native function arguments Summary: Fix adds support for verifying arguments with -Xcheck:jni. Reviewed-by: coleenp
Thu, 04 Dec 2008 13:21:16 -0800 Merge
jmasa [Thu, 04 Dec 2008 13:21:16 -0800] rev 1617
Merge
Thu, 04 Dec 2008 09:04:46 -0800 Merge
jmasa [Thu, 04 Dec 2008 09:04:46 -0800] rev 1616
Merge
(0) -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip