Fri, 30 Oct 2009 10:54:50 -0700 Added tag jdk7-b75 for changeset 203caeb1e9a8
mikejwre [Fri, 30 Oct 2009 10:54:50 -0700] rev 4109
Added tag jdk7-b75 for changeset 203caeb1e9a8
Wed, 05 Jul 2017 17:02:41 +0200 Merge
duke [Wed, 05 Jul 2017 17:02:41 +0200] rev 4108
Merge
Fri, 06 Nov 2009 00:41:40 -0800 Merge
trims [Fri, 06 Nov 2009 00:41:40 -0800] rev 4107
Merge
Tue, 03 Nov 2009 16:43:16 -0800 6801625: CDS: HeapDump tests crash with internal error in compactingPermGenGen.cpp
ysr [Tue, 03 Nov 2009 16:43:16 -0800] rev 4106
6801625: CDS: HeapDump tests crash with internal error in compactingPermGenGen.cpp Summary: Allow iteration over the shared spaces when using CDS, repealing previous proscription. Deferred further required CDS-related cleanups of perm gen to CR 6897789. Reviewed-by: phh, jmasa
Thu, 05 Nov 2009 15:58:32 -0800 6898707: Bump the HS17 build number to 05
trims [Thu, 05 Nov 2009 15:58:32 -0800] rev 4105
6898707: Bump the HS17 build number to 05 Summary: Update the HS17 build number to 05 Reviewed-by: jcoomes
Thu, 05 Nov 2009 15:44:04 -0800 Merge
trims [Thu, 05 Nov 2009 15:44:04 -0800] rev 4104
Merge
Fri, 30 Oct 2009 13:31:11 -0400 Merge
tonyp [Fri, 30 Oct 2009 13:31:11 -0400] rev 4103
Merge
Thu, 29 Oct 2009 09:42:26 -0700 6889740: G1: OpenDS fails with "unhandled exception in compiled code"
johnc [Thu, 29 Oct 2009 09:42:26 -0700] rev 4102
6889740: G1: OpenDS fails with "unhandled exception in compiled code" Summary: Incorrect code was being generated for the store operation in the null case of the aastore bytecode template. The bad code was generated by the store_heap_oop routine which takes a Register as its second argument. Passing NULL_WORD (0) as the second argument causes the value to be converted to Register(0), which is rax. Thus the generated store was "mov (dst), $rax" instead of "mov (dst), $0x0". Changed calls to store_heap_oop that pass NULL_WORD as the second argument to a new routine store_heap_oop_null. Reviewed-by: kvn, twisti
Wed, 28 Oct 2009 11:16:42 -0700 6818264: Heap dumper unexpectedly adds .hprof suffix
ysr [Wed, 28 Oct 2009 11:16:42 -0700] rev 4101
6818264: Heap dumper unexpectedly adds .hprof suffix Summary: Restore old behaviour wrt HeapDumpPath; first dump goes to <file>, <n>th dump goes to <file>.<n-1>, with default value of <file> the same as before. Reviewed-by: alanb, jcoomes, tonyp
Tue, 27 Oct 2009 02:42:24 -0700 6870843: G1: G1 GC memory leak
apetrusenko [Tue, 27 Oct 2009 02:42:24 -0700] rev 4100
6870843: G1: G1 GC memory leak Summary: The fix addresses two memory leaks in G1 code: (1) _evac_failure_scan_stack - a resource object allocated on the C heap was not freed; (2) RSHashTable were linked into deleted list which was only cleared at full GC. Reviewed-by: tonyp, iveresov
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip