amurillo [Fri, 16 May 2014 02:13:12 -0700] rev 24447
Merge
twisti [Thu, 15 May 2014 11:35:26 -0700] rev 24446
Merge
iveresov [Wed, 14 May 2014 14:28:09 -0700] rev 24445
8043063: Code aging should allocate MethodCounters when flushing a method
Summary: Make sure that MethodCounters are present when the method is flushed for the first time to switch on code aging
Reviewed-by: kvn
simonis [Wed, 14 May 2014 12:09:13 -0400] rev 24444
8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
Summary: Added conditions around macro definitions for pragmas.
Reviewed-by: kvn
vlivanov [Tue, 11 Mar 2014 15:06:34 +0400] rev 24443
8023461: Thread holding lock at safepoint that vm can block on: MethodCompileQueue_lock
Reviewed-by: kvn, iveresov
iveresov [Tue, 13 May 2014 11:32:10 -0700] rev 24442
8032463: VirtualDispatch test timeout with DeoptimizeALot
Summary: Introduce code aging for warm method detection
Reviewed-by: kvn, twisti
anoll [Tue, 13 May 2014 11:25:17 +0200] rev 24441
8021770: BackEdgeThreshold option is no longer used and should be removed
Summary: The BackEdgeThreshold option is removed because it is no longer used.
Reviewed-by: twisti, kvn, cjplummer
Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
twisti [Mon, 12 May 2014 17:01:57 -0700] rev 24440
Merge