duke [Wed, 05 Jul 2017 20:54:54 +0200] rev 33024
Merge
lana [Wed, 21 Oct 2015 15:15:36 -0700] rev 33023
Merge
lana [Thu, 15 Oct 2015 16:50:02 -0700] rev 33022
Merge
chegar [Tue, 13 Oct 2015 09:02:30 +0100] rev 33021
8139371: Three langtools test failures after the removal of sun.misc.Lock
Reviewed-by: jjg, mchung
sadayapalam [Tue, 13 Oct 2015 09:48:03 +0530] rev 33020
8000316: Huge performance bottleneck in com.sun.tools.javac.comp.Check.localClassName
Summary: Speed up Check.localClassName by avoiding generating names known to be in use already
Reviewed-by: mcimadamore, jlahoda, sadayapalam
Contributed-by: dmitry.chuyko@oracle.com
sadayapalam [Mon, 12 Oct 2015 19:43:44 +0530] rev 33019
8139245: compiler crashes with exception on int:new method reference and generic method inference
Reviewed-by: mcimadamore
mcimadamore [Mon, 12 Oct 2015 12:24:33 +0100] rev 33018
8138840: NPE when compiling bitwise operations with illegal operand types
8139243: compiler crashes with exception on sum operation of String var and void method call result
8139249: Compiler crashes on unary bitwise complement with non-integral operand
Summary: Certain binary operator checks are accepting more operands than required.
Reviewed-by: jlahoda