twisti [Mon, 24 Sep 2012 17:59:24 -0700] rev 13891
7200001: failed C1 OSR compile doesn't get recompiled with C2
Reviewed-by: kvn
kvn [Mon, 24 Sep 2012 14:46:06 -0700] rev 13890
Merge
twisti [Mon, 24 Sep 2012 12:31:47 -0700] rev 13889
Merge
twisti [Mon, 24 Sep 2012 11:07:03 -0700] rev 13888
7188176: The JVM should differentiate between T and M series and adjust GC ergonomics
Reviewed-by: kvn
Contributed-by: Tao Mao <tao.mao@oracle.com>
kvn [Mon, 24 Sep 2012 10:30:14 -0700] rev 13887
7200163: add CodeComments functionality to assember stubs
Summary: Pass the codeBuffer to the Stub constructor, and adapts the disassembler to print the comments.
Reviewed-by: jrose, kvn, twisti
Contributed-by: goetz.lindenmaier@sap.com
roland [Thu, 20 Sep 2012 16:49:17 +0200] rev 13886
7023898: Intrinsify AtomicLongFieldUpdater.getAndIncrement()
Summary: use shorter instruction sequences for atomic add and atomic exchange when possible.
Reviewed-by: kvn, jrose
kvn [Wed, 19 Sep 2012 16:50:26 -0700] rev 13885
7199010: incorrect vector alignment
Summary: Fixed vectors alignment when several arrays are accessed in one loop.
Reviewed-by: roland, twisti
twisti [Wed, 19 Sep 2012 10:38:12 -0700] rev 13884
7198499: TraceTypeProfile as diagnostic option
Reviewed-by: kvn
Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
kvn [Mon, 17 Sep 2012 19:39:07 -0700] rev 13883
7196199: java/text/Bidi/Bug6665028.java failed: Bidi run count incorrect
Summary: Save whole XMM/YMM registers in safepoint interrupt handler.
Reviewed-by: roland, twisti
kvn [Mon, 17 Sep 2012 17:02:10 -0700] rev 13882
7197033: missing ResourceMark for assert in Method::bci_from()
Summary: Added missing ResourceMark.
Reviewed-by: dholmes, coleenp, jmasa