amurillo [Fri, 09 Nov 2012 08:20:03 -0800] rev 14397
Merge
neliasso [Thu, 08 Nov 2012 22:39:08 +0100] rev 14396
Merge
kvn [Tue, 06 Nov 2012 15:16:32 -0800] rev 14395
8002069: Assert failed in C2: assert(field->edge_count() > 0) failed: sanity
Summary: Added missed type check of initializing store in ConnectionGraph::find_init_values().
Reviewed-by: roland, twisti, vlivanov
kvn [Tue, 06 Nov 2012 09:22:55 -0800] rev 14394
8002294: assert(VM_Version::supports_ssse3()) failed
Summary: Add missing UseSSE check for AES intrinsics.
Reviewed-by: roland, twisti
twisti [Fri, 02 Nov 2012 12:30:46 -0700] rev 14393
8001658: No need to pass resolved_references as argument to ConstantPoolCacheEntry::set_method_handle_common
Reviewed-by: twisti
Contributed-by: Bharadwaj Yadavalli <bharadwaj.yadavalli@oracle.com>
coleenp [Wed, 07 Nov 2012 16:09:20 -0800] rev 14392
Merge
coleenp [Tue, 06 Nov 2012 15:09:37 -0500] rev 14391
8000725: NPG: method_holder() and pool_holder() and pool_holder field should be InstanceKlass
Summary: Change types of above methods and field to InstanceKlass and remove unneeded casts from the source files.
Reviewed-by: dholmes, coleenp, zgu
Contributed-by: harold.seigel@oracle.com