alundblad [Mon, 21 Dec 2015 17:47:21 +0100] rev 34762
8057548: Annotate.Worker should be replaced with lambdas
Summary: Anonymous Runnables (which used to be Annotate.Worker) replaced by lambdas.
Reviewed-by: mcimadamore
vromero [Fri, 18 Dec 2015 14:51:50 -0800] rev 34761
8076031: javac should use deterministic data structures for managing free type listeners
Reviewed-by: mcimadamore, jjg
lana [Fri, 18 Dec 2015 09:56:17 -0800] rev 34760
Merge
lana [Thu, 17 Dec 2015 20:25:21 -0800] rev 34759
Merge
dlsmith [Thu, 17 Dec 2015 15:46:37 -0700] rev 34758
7190296: Test for type containment during bounds checking
Reviewed-by: mcimadamore
mcimadamore [Thu, 17 Dec 2015 12:29:26 +0000] rev 34757
8142876: Javac does not correctly implement wildcards removal from functional interfaces
Summary: Rewrite code for removing wildcard from target functional interface to be in sync with JLS 9.9
Reviewed-by: vromero, dlsmith
vromero [Wed, 16 Dec 2015 14:23:08 -0800] rev 34756
8144832: cast conversion fails when converting a type-variable to primitive type
Reviewed-by: mcimadamore