mcimadamore [Thu, 29 Jan 2009 12:19:14 +0000] rev 1993
6729401: Compiler error when using F-bounded generics with free type variables
Summary: Javac applies wrong substitution to recursive type-variable bounds
Reviewed-by: jjg
mcimadamore [Thu, 29 Jan 2009 12:17:57 +0000] rev 1991
6315770: javac inference allows creation of strange types: Integer & Runnable
Summary: Javac does not apply glb correctly as per JLS3 15.12.2.8
Reviewed-by: jjg