enevill [Tue, 29 Dec 2015 16:47:34 +0000] rev 35159
8146286: aarch64: guarantee failures with large code cache sizes on jtreg test java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
Summary: patch trampoline calls with special case bl to itself which does not cause guarantee failure
Reviewed-by: aph
kvn [Tue, 29 Dec 2015 18:30:51 +0100] rev 35158
Merge
hshi [Sun, 27 Dec 2015 05:15:14 -0800] rev 35157
8144993: Elide redundant memory barrier after AllocationNode
Summary: Elide memory barrier for AllocationNode when it doesn't escape in initializer and has an MemBarRelease node at exit of initializer method.
Reviewed-by: aph, mdoerr, goetz, kvn, asiebenborn
mdoerr [Tue, 29 Dec 2015 11:54:21 +0100] rev 35156
8145913: PPC64: add Montgomery multiply intrinsic
Reviewed-by: aph, goetz