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
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip