iveresov [Tue, 30 Aug 2011 19:01:58 -0700] rev 10505
7085279: C1 overflows code buffer with VerifyOops and CompressedOops
Summary: Increase the limit of code emitted per LIR instruction, increase the max size of the nmethod generated by C1
Reviewed-by: never, kvn, johnc
never [Tue, 30 Aug 2011 00:54:09 -0700] rev 10504
7082263: Reflection::resolve_field/field_get/field_set are broken
Reviewed-by: kvn, dholmes, stefank, coleenp
twisti [Mon, 29 Aug 2011 05:07:35 -0700] rev 10503
7083184: JSR 292: don't store context class argument with call site dependencies
Reviewed-by: jrose, never
iveresov [Sat, 27 Aug 2011 00:23:47 -0700] rev 10502
6591247: C2 cleans up the merge point too early during SplitIf
Summary: Remove region self reference last
Reviewed-by: kvn, never
kvn [Fri, 26 Aug 2011 08:52:22 -0700] rev 10501
7059037: Use BIS for zeroing on T4
Summary: Use BIS for zeroing new allocated big (2Kb and more) objects and arrays.
Reviewed-by: never, twisti, ysr
never [Thu, 25 Aug 2011 20:29:30 -0700] rev 10500
7082949: JSR 292: missing ResourceMark in methodOopDesc::make_invoke_method
Reviewed-by: kvn, twisti
jcoomes [Fri, 02 Sep 2011 21:33:57 -0700] rev 10499
Merge
ysr [Wed, 31 Aug 2011 23:55:58 -0700] rev 10498
Merge
johnc [Wed, 31 Aug 2011 10:16:02 -0700] rev 10497
7066841: remove MacroAssembler::br_on_reg_cond() on sparc
Summary: Remove the macro assembler routine br_on_reg_cond() and replace the remaining calls to that routine with an equivalent.
Reviewed-by: kvn, iveresov
iveresov [Mon, 29 Aug 2011 17:42:39 -0700] rev 10496
7082645: Hotspot doesn't compile on old linuxes after 7060836
Summary: Move syscall ids definitions into os_linux.cpp
Reviewed-by: johnc
johnc [Mon, 29 Aug 2011 10:13:06 -0700] rev 10495
7080389: G1: refactor marking code in evacuation pause copy closures
Summary: Refactor code marking code in the evacuation pause copy closures so that an evacuated object is only marked by the thread that successfully copies it.
Reviewed-by: stefank, brutisso, tonyp
iveresov [Thu, 25 Aug 2011 02:57:46 -0700] rev 10494
7082969: NUMA interleaving
Summary: Support interleaving on NUMA systems for collectors that don't have NUMA-awareness.
Reviewed-by: iveresov, ysr
Contributed-by: Tom Deneau <tom.deneau@amd.com>