Wed, 05 Jul 2017 19:35:16 +0200 Merge
duke [Wed, 05 Jul 2017 19:35:16 +0200] rev 23549
Merge
Fri, 11 Apr 2014 11:23:30 -0700 Merge
amurillo [Fri, 11 Apr 2014 11:23:30 -0700] rev 23548
Merge
Fri, 04 Apr 2014 10:04:44 -0700 Merge
amurillo [Fri, 04 Apr 2014 10:04:44 -0700] rev 23547
Merge
Fri, 04 Apr 2014 10:24:48 +0200 Merge
ehelin [Fri, 04 Apr 2014 10:24:48 +0200] rev 23546
Merge
Wed, 02 Apr 2014 14:17:34 +0200 8037959: BitMap::resize frees old map before copying memory if !in_resource_area
mgerdin [Wed, 02 Apr 2014 14:17:34 +0200] rev 23545
8037959: BitMap::resize frees old map before copying memory if !in_resource_area Summary: Add reallocate functionality to ArrayAllocator and use it from BitMap::resize Reviewed-by: brutisso, tschatzl
Mon, 31 Mar 2014 14:02:40 +0200 8033251: Use DWARF debug symbols for Linux 32-bit as default
ehelin [Mon, 31 Mar 2014 14:02:40 +0200] rev 23544
8033251: Use DWARF debug symbols for Linux 32-bit as default Reviewed-by: dcubed, dholmes, coleenp
Wed, 02 Apr 2014 09:17:38 +0200 8038498: Fix includes and C inlining after 8035330
goetz [Wed, 02 Apr 2014 09:17:38 +0200] rev 23543
8038498: Fix includes and C inlining after 8035330 Summary: Change 8035330: Remove G1ParScanPartialArrayClosure and G1ParScanHeapEvacClosure broke the debug build on AIX. The method do_oop_partial_array() is added in a header, but requires the inline function par_write_ref() through several inlined calls. In some cpp files, like arguments.cpp, par_write_ref() is not defined as the corresponding inline header and is not included. The AIX debug VM does not start because of the missing symbol. This change solves this by cleaning up include dependencies. Reviewed-by: tschatzl, stefank
Tue, 01 Apr 2014 15:37:15 +0200 Merge
ehelin [Tue, 01 Apr 2014 15:37:15 +0200] rev 23542
Merge
Tue, 01 Apr 2014 07:46:51 +0200 8038829: G1: More useful information in a few assert messages
brutisso [Tue, 01 Apr 2014 07:46:51 +0200] rev 23541
8038829: G1: More useful information in a few assert messages Reviewed-by: sjohanss, jmasa
Thu, 13 Feb 2014 10:05:03 +0100 8028498: runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java asserts in RT_Baseline
sjohanss [Thu, 13 Feb 2014 10:05:03 +0100] rev 23540
8028498: runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java asserts in RT_Baseline Summary: Preventing GCs to occur before VM is completely initialized. This was previously partly done by one part of the GC locker which not was removed. Reviewed-by: coleenp, pliden
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip