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
Fri, 28 Mar 2014 14:15:03 +0100 8038630: Remove ExtendedOopClosure::prefetch_style()
stefank [Fri, 28 Mar 2014 14:15:03 +0100] rev 23539
8038630: Remove ExtendedOopClosure::prefetch_style() Reviewed-by: coleenp, jmasa
Fri, 28 Mar 2014 14:03:11 +0100 8038628: Remove unused Closure::abort()
stefank [Fri, 28 Mar 2014 14:03:11 +0100] rev 23538
8038628: Remove unused Closure::abort() Reviewed-by: coleenp, jmasa
Wed, 12 Mar 2014 15:25:35 +0100 8038405: Clean up some virtual fucntions in Space class hierarchy
mgerdin [Wed, 12 Mar 2014 15:25:35 +0100] rev 23537
8038405: Clean up some virtual fucntions in Space class hierarchy Summary: Get rid of some duplicated implementations and change nonsense implementations to pure virtuals Reviewed-by: stefank, jmasa
Wed, 12 Mar 2014 17:13:48 +0100 8038412: Move object_iterate_careful down from Space to ContigousSpace and CFLSpace
mgerdin [Wed, 12 Mar 2014 17:13:48 +0100] rev 23536
8038412: Move object_iterate_careful down from Space to ContigousSpace and CFLSpace Summary: Only declare the functions where they are actually needed. Reviewed-by: tschatzl, stefank
Wed, 12 Mar 2014 15:22:45 +0100 8038404: Move object_iterate_mem from Space to CMS since it is only ever used by CMS
mgerdin [Wed, 12 Mar 2014 15:22:45 +0100] rev 23535
8038404: Move object_iterate_mem from Space to CMS since it is only ever used by CMS Reviewed-by: brutisso, tschatzl, stefank
Thu, 03 Apr 2014 17:05:19 -0400 Merge
bharadwaj [Thu, 03 Apr 2014 17:05:19 -0400] rev 23534
Merge
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip