commit | 72744bb5fa64977d81c2f0653c7e0710b45bc091 | [log] [tgz] |
---|---|---|
author | Srikanth Adayapalam <sadayapalam@openjdk.org> | Mon May 11 13:28:14 2015 +0530 |
committer | Srikanth Adayapalam <sadayapalam@openjdk.org> | Mon May 11 13:28:14 2015 +0530 |
tree | 31d6138564cfb573c3192546fd67f7f653740ae0 | |
parent | 1867d1a236ca1cdde3d7c04e47e7580bf89db8c1 [diff] |
8079613: Deeply chained expressions + several overloads + unnecessary inference result in excessive compile times Eliminate compile time performance bottlneck due to mischaracterization of standalone expressions as being poly expressions. Reviewed-by: mcimadamore, jlahoda