hseigel [Thu, 09 Jul 2015 15:39:05 -0400] rev 31777
8130669: VM prohibits <clinit> methods with return values
Summary: Ignore <clinit> methods with return values instead of throwing ClassFormatError exceptions
Reviewed-by: acorn, iklam
hseigel [Thu, 09 Jul 2015 08:36:37 -0400] rev 31776
8130183: InnerClasses: VM permits wrong inner_class_info_index value of zero
Summary: Throw ClassFormatError if InnerClasses attribute's inner_class_info_index is 0
Reviewed-by: acorn, lfoltan
mhaupt [Tue, 31 Mar 2015 21:46:44 +0200] rev 31775
6900757: minor bug fixes to LogCompilation tool
Summary: improve internal error reporting (point to XML element causing trouble); fix comparator for sorting by name and start; make tool more robust wrt. incorrect options and files not found; make inlining decision output more clear; adopt uncommon traps history printing; properly mention compiler in generated logs; add options for printing time stamps and omitting compilation IDs; add option for comparing compilation logs; overall code cleanup and API documentation
Reviewed-by: kvn, vlivanov
ascarpino [Mon, 13 Jul 2015 13:22:21 -0700] rev 31774
8131078: typos in ghash cpu message
Reviewed-by: goetz, kvn
goetz [Tue, 07 Jul 2015 10:40:09 +0200] rev 31773
8130653: ppc: implement MultiplyToLen intrinsic
Reviewed-by: simonis
Contributed-by: peter.januschke@sap.com
kvn [Fri, 10 Jul 2015 11:59:09 -0700] rev 31772
8129920: Vectorized loop unrolling
Summary: optimize loop opts for vectorizible loops.
Reviewed-by: kvn, roland
ascarpino [Fri, 10 Jul 2015 11:31:49 -0700] rev 31771
8130341: GHASH 32bit intrinsics has AEADBadTagException
Reviewed-by: kvn, mcberg