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
twisti [Mon, 17 Sep 2012 12:57:58 -0700] rev 13881
7196262: JSR 292: java/lang/invoke/PrivateInvokeTest.java fails on solaris-sparc
Reviewed-by: kvn, jrose, bdelsart
stefank [Fri, 28 Sep 2012 14:14:25 +0200] rev 13880
Merge
brutisso [Tue, 25 Sep 2012 18:28:16 +0200] rev 13879
Merge
brutisso [Tue, 25 Sep 2012 14:58:12 +0200] rev 13878
7200470: KeepAliveClosure not needed in CodeCache::do_unloading
Summary: Removed the unused keep_alive parameter
Reviewed-by: stefank, dholmes, kamg, coleenp
jmasa [Tue, 25 Sep 2012 07:05:55 -0700] rev 13877
7200615: NPG: optimized VM build is broken
Reviewed-by: kvn
dsamersoff [Thu, 27 Sep 2012 20:22:57 +0400] rev 13876
Merge
dholmes [Tue, 25 Sep 2012 07:58:42 -0400] rev 13875
7200065: Cross-compilation changes to support the new-build
Reviewed-by: dholmes, ohair
Contributed-by: Fredrik Ohrstrom <fredrik.ohrstrom@oracle.com>
minqi [Mon, 24 Sep 2012 20:04:19 -0700] rev 13874
Merge
minqi [Mon, 24 Sep 2012 12:44:00 -0700] rev 13873
6879063: SA should use hsdis for disassembly
Summary: We should in SA to use hsdis for it like the JVM does to replace the current java based disassembler.
Reviewed-by: twisti, jrose, sla
Contributed-by: yumin.qi@oracle.com
nloodin [Fri, 21 Sep 2012 10:56:28 +0200] rev 13872
7200092: Make NMT a bit friendlier to work with
Reviewed-by: kvn, ysr, azeemj
kevinw [Thu, 20 Sep 2012 03:49:15 -0700] rev 13871
Merge
kevinw [Wed, 19 Sep 2012 15:24:32 +0100] rev 13870
7196045: Possible JVM deadlock in ThreadTimesClosure when using HotspotInternal non-public API.
Reviewed-by: sspitsyn, dholmes