roland [Tue, 14 Feb 2012 09:43:25 +0100] rev 11785
7144405: JumbleGC002 assert(m->offset() == pc_offset) failed: oopmap not found
Summary: oop map needs pc stored in frame anchor in StubGenerator::generate_throw_exception()
Reviewed-by: twisti, never, kvn
twisti [Mon, 13 Feb 2012 04:30:59 -0800] rev 11784
7143766: add ALT_JDK_IMAGE_DIR and improve test_jdk
Reviewed-by: rbackman, jrose, dholmes
twisti [Mon, 13 Feb 2012 02:29:22 -0800] rev 11783
7141329: Strange values of stack_size in -XX:+TraceMethodHandles output
Reviewed-by: kvn, never
kvn [Fri, 10 Feb 2012 17:20:05 -0800] rev 11782
7140985: HSDIS does not handle caller options correctly
Summary: Fix typo.
Reviewed-by: jrose, kvn
Contributed-by: Andrew Haley <aph@redhat.com>
kvn [Fri, 10 Feb 2012 12:53:43 -0800] rev 11781
7129284: +DoEscapeAnalysis regression w/ early build of 7u4 (HotSpot 23) on Linux
Summary: Removed code which tried to create edges from fields of destination objects of arraycopy to fields of source objects. Added 30 sec time limit for EA graph construction.
Reviewed-by: never
fparain [Fri, 17 Feb 2012 06:34:49 -0800] rev 11780
Merge
coleenp [Thu, 16 Feb 2012 17:19:40 -0500] rev 11779
Merge
coleenp [Thu, 16 Feb 2012 15:52:01 -0500] rev 11778
7146354: Re-enable Compressed OOPs after 7118647 is resolved
Summary: Relax the assertion to simply check for COOP mode rather than an exact address.
Reviewed-by: coleenp, kvn, phh, dcubed
Contributed-by: james.melvin@oracle.com
phh [Thu, 16 Feb 2012 13:50:54 -0500] rev 11777
7142113: Add Ivy Bridge to the known Intel x86 cpu families
Summary: In vm_version_x86.hpp, add and use CPU_MODEL_IVYBRIDGE_EP, and restrict is_intel_tsc_synced_at_init() to EP models.
Reviewed-by: kvn, acorn
fparain [Wed, 15 Feb 2012 12:17:30 -0800] rev 11776
7145243: Need additional specializations for argument parsing framework
Reviewed-by: acorn, fparain
Contributed-by: nils.loodin@oracle.com