Fri, 15 Aug 2008 10:08:20 -0700 6608862: segv in JvmtiEnvBase::check_for_periodic_clean_up()
xlu [Fri, 15 Aug 2008 10:08:20 -0700] rev 994
6608862: segv in JvmtiEnvBase::check_for_periodic_clean_up() Reviewed-by: dholmes, dcubed, jcoomes
Wed, 13 Aug 2008 08:56:44 -0400 6736718: more copyright headers wrong
kamg [Wed, 13 Aug 2008 08:56:44 -0400] rev 993
6736718: more copyright headers wrong Summary: Changed license headers to GPL Reviewed-by: tonyp, rasbold
Wed, 20 Aug 2008 01:30:32 -0700 Merge
ysr [Wed, 20 Aug 2008 01:30:32 -0700] rev 992
Merge
Thu, 14 Aug 2008 17:58:35 -0700 6722112: CMS: Incorrect encoding of overflown object arrays during concurrent precleaning
ysr [Thu, 14 Aug 2008 17:58:35 -0700] rev 991
6722112: CMS: Incorrect encoding of overflown object arrays during concurrent precleaning Summary: When an object array overflows during precleaning, we should have been marking the entire array dirty, not just its first card. Reviewed-by: jmasa, poonam, tonyp
Fri, 15 Aug 2008 12:05:41 -0700 Merge
swamyv [Fri, 15 Aug 2008 12:05:41 -0700] rev 990
Merge
Tue, 12 Aug 2008 12:44:22 -0700 6718125: SA: jmap prints negative size for MaxNewHeap.
swamyv [Tue, 12 Aug 2008 12:44:22 -0700] rev 989
6718125: SA: jmap prints negative size for MaxNewHeap. Summary: Fixed printing of negative value for MaxNewHeap. Reviewed-by: jjh
Fri, 15 Aug 2008 05:55:22 +0200 Merge
thurka [Fri, 15 Aug 2008 05:55:22 +0200] rev 988
Merge
Thu, 14 Aug 2008 21:05:51 +0200 6625846: Export system property java.version via jvmstat
thurka [Thu, 14 Aug 2008 21:05:51 +0200] rev 987
6625846: Export system property java.version via jvmstat Summary: java.version added to property_counters_ss array Reviewed-by: swamyv
Thu, 14 Aug 2008 11:18:53 -0700 6724668: Hotspot: Official change to Sun Studio 12 compilers on Solaris
ohair [Thu, 14 Aug 2008 11:18:53 -0700] rev 986
6724668: Hotspot: Official change to Sun Studio 12 compilers on Solaris Summary: Moving to SS12. Builds with SS11 still work, the compiler comes from your PATH when building hotspot. Reviewed-by: tbell
Sun, 10 Aug 2008 21:58:54 -0700 6735720: Bump the HS14 build number to 03
trims [Sun, 10 Aug 2008 21:58:54 -0700] rev 985
6735720: Bump the HS14 build number to 03 Summary: Update Hotspot 14 build number to 03 Reviewed-by: jcoomes
Sun, 10 Aug 2008 21:31:42 -0700 Merge
trims [Sun, 10 Aug 2008 21:31:42 -0700] rev 984
Merge
Sun, 10 Aug 2008 13:13:55 -0700 Merge
trims [Sun, 10 Aug 2008 13:13:55 -0700] rev 983
Merge
Fri, 01 Aug 2008 15:18:14 -0700 6618886: Anonymous objects can be destructed immediately and so should not be used
xlu [Fri, 01 Aug 2008 15:18:14 -0700] rev 982
6618886: Anonymous objects can be destructed immediately and so should not be used Reviewed-by: dholmes, kamg
Fri, 01 Aug 2008 15:12:34 -0700 6719981: Update Hotspot Windows os_win32 for windows XP 64 bit and windows 2008
xlu [Fri, 01 Aug 2008 15:12:34 -0700] rev 981
6719981: Update Hotspot Windows os_win32 for windows XP 64 bit and windows 2008 Reviewed-by: dholmes, kamg
Mon, 04 Aug 2008 12:15:55 -0700 Merge
jmasa [Mon, 04 Aug 2008 12:15:55 -0700] rev 980
Merge
Wed, 30 Jul 2008 11:54:00 -0700 6730514: assertion failure in mangling code when expanding by 0 bytes
jmasa [Wed, 30 Jul 2008 11:54:00 -0700] rev 979
6730514: assertion failure in mangling code when expanding by 0 bytes Summary: An expansion by 0 bytes was not anticipated when the assertion was composed. Reviewed-by: jjh, jcoomes, apetrusenko
Mon, 04 Aug 2008 12:11:36 -0700 Merge
jmasa [Mon, 04 Aug 2008 12:11:36 -0700] rev 978
Merge
Mon, 28 Jul 2008 15:30:23 -0700 Merge
jmasa [Mon, 28 Jul 2008 15:30:23 -0700] rev 977
Merge
Thu, 17 Jul 2008 10:26:33 -0700 6723228: NUMA allocator: assert(lgrp_id != -1, "No lgrp_id set")
iveresov [Thu, 17 Jul 2008 10:26:33 -0700] rev 976
6723228: NUMA allocator: assert(lgrp_id != -1, "No lgrp_id set") 6723229: NUMA allocator: assert(lgrp_num > 0, "There should be at least one locality group") Summary: The fix takes care of the assertion triggered during TLAB resizing after reconfiguration. Also it now handles a defect in the topology graph, in which a single leaf node doesn't have memory. Reviewed-by: jmasa
Mon, 14 Jul 2008 04:12:47 -0700 6720130: NUMA allocator: The linux version should search for libnuma.so.1
iveresov [Mon, 14 Jul 2008 04:12:47 -0700] rev 975
6720130: NUMA allocator: The linux version should search for libnuma.so.1 Summary: Search for libnuma.so.1 on Linux and liblgrp.so.1 on Solaris. Reviewed-by: jmasa
Fri, 11 Jul 2008 16:11:50 -0700 6724367: par compact could clear less young gen summary data
jcoomes [Fri, 11 Jul 2008 16:11:50 -0700] rev 974
6724367: par compact could clear less young gen summary data Reviewed-by: jmasa, apetrusenko
Fri, 11 Jul 2008 16:11:43 -0700 6483129: par compact assertion failure (new_top > bottom)
jcoomes [Fri, 11 Jul 2008 16:11:43 -0700] rev 973
6483129: par compact assertion failure (new_top > bottom) Summary: avoid computing the dense prefix if a space is empty Reviewed-by: pbk, tonyp
Fri, 11 Jul 2008 16:11:34 -0700 6718283: existing uses of *_FORMAT_W() were broken by 6521491
jcoomes [Fri, 11 Jul 2008 16:11:34 -0700] rev 972
6718283: existing uses of *_FORMAT_W() were broken by 6521491 Reviewed-by: ysr, pbk
Wed, 09 Jul 2008 15:08:55 -0700 6672698: mangle_unused_area() should not remangle the entire heap at each collection.
jmasa [Wed, 09 Jul 2008 15:08:55 -0700] rev 971
6672698: mangle_unused_area() should not remangle the entire heap at each collection. Summary: Maintain a high water mark for the allocations in a space and mangle only up to that high water mark. Reviewed-by: ysr, apetrusenko
Thu, 31 Jul 2008 22:40:47 -0700 Merge
dcubed [Thu, 31 Jul 2008 22:40:47 -0700] rev 970
Merge
Thu, 31 Jul 2008 18:50:37 -0700 6731726: jmap -permstat reports only 50-60% of permgen memory usage.
martin [Thu, 31 Jul 2008 18:50:37 -0700] rev 969
6731726: jmap -permstat reports only 50-60% of permgen memory usage. Reviewed-by: swamyv, martin Contributed-by: yamauchi@google.com
Thu, 31 Jul 2008 22:34:40 -0700 Merge
dcubed [Thu, 31 Jul 2008 22:34:40 -0700] rev 968
Merge
Wed, 30 Jul 2008 14:41:55 -0700 Merge
dcubed [Wed, 30 Jul 2008 14:41:55 -0700] rev 967
Merge
Tue, 29 Jul 2008 13:54:27 -0700 6710791: Remove files or build from source:maf-1_0.jar, jlfg-1_0.jar
swamyv [Tue, 29 Jul 2008 13:54:27 -0700] rev 966
6710791: Remove files or build from source:maf-1_0.jar, jlfg-1_0.jar Summary: Removed maf-1_0.jar and jlfg-1_0.jar files. Reviewed-by: poonam, jjh
Thu, 31 Jul 2008 15:47:42 -0700 6732312: Switch off executing Escape Analysis by default
kvn [Thu, 31 Jul 2008 15:47:42 -0700] rev 965
6732312: Switch off executing Escape Analysis by default Summary: Switch off executing Escape Analysis by default for now Reviewed-by: rasbold
(0) -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip