twisti [Fri, 29 Jan 2010 08:33:24 -0800] rev 4749
6921339: backout 6917766
Reviewed-by: mr
twisti [Fri, 29 Jan 2010 12:13:05 +0100] rev 4748
6917766: JSR 292 needs its own deopt handler
Summary: We need to introduce a new MH deopt handler so we can easily determine if the deopt happened at a MH call site or not.
Reviewed-by: never, jrose
never [Thu, 28 Jan 2010 20:41:37 -0800] rev 4747
6792161: assert("No dead instructions after post-alloc")
Reviewed-by: kvn
never [Thu, 28 Jan 2010 16:28:28 -0800] rev 4746
6920346: G1: "must avoid base_memory and AliasIdxTop"
Reviewed-by: kvn
twisti [Thu, 28 Jan 2010 08:36:34 -0800] rev 4745
6920970: Zero build fixes after 6849984 and 6911204
Summary: Two recent commits broke the build on Zero.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
ysr [Wed, 27 Jan 2010 22:38:37 -0800] rev 4744
Merge
ysr [Tue, 26 Jan 2010 23:36:11 -0800] rev 4743
Merge
ysr [Tue, 26 Jan 2010 16:52:29 -0800] rev 4742
6920090: G1: Disable ReduceInitialCardMarks at least until 6920109 is fixed
Summary: G1 now answers "no" to the query can_elide_initializing_store_barrier() in the product build. A debug flag allows alternate behaviour in debug builds.
Reviewed-by: iveresov, tonyp
tonyp [Mon, 25 Jan 2010 18:03:29 -0500] rev 4741
6919980: G1: remove +UseG1GC from under experimental options (second attempt)
Summary: Trying this again, as the original change was lost.
Reviewed-by: ysr, jmasa
apetrusenko [Thu, 21 Jan 2010 18:51:10 -0800] rev 4740
6918006: G1: spill space must be reserved on the stack for barrier calls on Windows x64
Summary: Stub code generated to call G1 barriers does not allocate spill space on the stack as required by Windows x64 ABI. The fix is to use more ABI-friendly call_VM_leaf().
Reviewed-by: iveresov, never, kvn
ysr [Thu, 21 Jan 2010 14:47:01 -0800] rev 4739
Merge
jmasa [Thu, 21 Jan 2010 11:33:32 -0800] rev 4738
6895236: CMS: cmsOopClosures.inline.hpp:43 assert(..., "Should remember klasses in this context")
Summary: Adjust assertion checking for ExplicitGCInvokesConcurrentAndUnloadsClasses as a reason for class unloading
Reviewed-by: ysr
iveresov [Wed, 27 Jan 2010 14:06:27 -0800] rev 4737
Merge
kvn [Tue, 26 Jan 2010 08:53:24 -0800] rev 4736
6919886: Sweep CodeCache more aggressively to reduce its usage for CompileTheWorld
Summary: Add safepoint after CompileTheWorldSafepointInterval (100) compilations and do full sweep of CodeCache each time.
Reviewed-by: never
Contributed-by: eric.caspole@amd.com
never [Wed, 20 Jan 2010 22:10:33 -0800] rev 4735
6911204: generated adapters with large signatures can fill up the code cache
Reviewed-by: kvn, jrose
coleenp [Fri, 22 Jan 2010 15:06:53 -0800] rev 4734
Merge