duke [Wed, 05 Jul 2017 18:42:42 +0200] rev 15821
Merge
amurillo [Fri, 01 Mar 2013 04:45:51 -0800] rev 15820
Added tag hs25-b21 for changeset 972d3f095a95
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
brutisso [Thu, 28 Feb 2013 09:01:08 +0100] rev 15812
Merge
ehelin [Wed, 06 Feb 2013 07:48:02 +0100] rev 15811
8004924: NPG: jmap -heap output should contain ClassMetaspaceSize value
Reviewed-by: stefank, mgerdin
ehelin [Tue, 26 Feb 2013 22:31:35 +0100] rev 15810
Merge
ehelin [Wed, 20 Feb 2013 16:41:23 +0100] rev 15809
8008536: Add HotSpot support for printing class loader statistics for JMap
Reviewed-by: sla, brutisso
poonam [Tue, 26 Feb 2013 08:58:20 -0800] rev 15808
Merge
poonam [Sat, 23 Feb 2013 17:40:33 -0800] rev 15807
Merge
poonam [Thu, 21 Feb 2013 23:58:05 -0800] rev 15806
8008546: Wrong G1ConfidencePercent results in GUARANTEE(VARIANCE() > -1.0) FAILED
Reviewed-by: brutisso, johnc
Contributed-by: vladimir.kempik@oracle.com