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
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
stefank [Fri, 28 Mar 2014 14:15:03 +0100] rev 23539
8038630: Remove ExtendedOopClosure::prefetch_style()
Reviewed-by: coleenp, jmasa
stefank [Fri, 28 Mar 2014 14:03:11 +0100] rev 23538
8038628: Remove unused Closure::abort()
Reviewed-by: coleenp, jmasa
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
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
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
bharadwaj [Thu, 03 Apr 2014 17:05:19 -0400] rev 23534
Merge
kvn [Wed, 02 Apr 2014 13:37:45 -0700] rev 23533
Merge
kvn [Wed, 02 Apr 2014 11:24:44 -0700] rev 23532
8036767: PPC64: Support for little endian execution model
Reviewed-by: goetz, kvn, dholmes, simonis
Contributed-by: asmundak@google.com
iveresov [Wed, 02 Apr 2014 12:27:57 -0700] rev 23531
Merge
iveresov [Wed, 02 Apr 2014 11:24:51 -0700] rev 23530
8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
Summary: Null check is placed in a wrong place when storing a null to an object field on x64 with compressed oops off
Reviewed-by: roland, vlivanov, kvn
goetz [Wed, 02 Apr 2014 10:16:46 +0200] rev 23529
8039045: PPC64: need include in adl generated files after 8001532
Reviewed-by: kvn
morris [Tue, 01 Apr 2014 09:05:20 -0700] rev 23528
8001532: C2 node files refactoring
Summary: Split C2 node files into cast, convert, countbits, intrinsic, move, narrowptr and opaquenode classes
Reviewed-by: kvn, morris