amurillo [Fri, 01 Mar 2013 04:45:51 -0800] rev 15819
Merge
vlivanov [Thu, 28 Feb 2013 15:31:03 -0800] rev 15818
Merge
vlivanov [Wed, 27 Feb 2013 08:03:10 -0800] rev 15817
Merge
iignatyev [Wed, 27 Feb 2013 05:58:48 -0800] rev 15816
8007439: C2: adding successful message of inlining
Reviewed-by: kvn, vlivanov
drchase [Tue, 26 Feb 2013 15:38:24 -0800] rev 15815
8007776: Test6852078.java timeouts
Summary: if more than 100 seconds and more than 100 iterations have both passed, then exit is allowed.
Reviewed-by: kvn
roland [Tue, 26 Feb 2013 12:18:30 +0100] rev 15814
8007722: C2: "assert(tp->base() != Type::AnyPtr) failed: not a bare pointer" at machnode.cpp:376
Summary: GetAndSetP's MachNode should capture bottom type.
Reviewed-by: kvn
roland [Mon, 25 Feb 2013 14:13:04 +0100] rev 15813
8007294: ReduceFieldZeroing doesn't check for dependent load and can lead to incorrect execution
Summary: InitializeNode::can_capture_store() must check that the captured store doesn't overwrite a memory location that is loaded before the store.
Reviewed-by: kvn