tbell [Mon, 02 Jun 2008 22:35:16 -0700] rev 662
Merge
mcimadamore [Fri, 30 May 2008 11:08:40 +0100] rev 661
6677785: REGRESSION: StackOverFlowError with Cyclic Class level Type Parameters when used in constructors
Summary: This regression has been caused by previous fix of 6660289
Reviewed-by: jjg
mcimadamore [Fri, 30 May 2008 10:42:43 +0100] rev 660
6507024: casting an array to a generic type results in a 'capture#69 of ?' type error
Summary: Types.isSubtypeUnchecked() should handle type-variables subtyping properly
Reviewed-by: jjg
mcimadamore [Fri, 30 May 2008 10:29:27 +0100] rev 659
6665223: Static import of inherited protected method causes compiler exception
Summary: Buggy accessibility check causes NPE during resolution of imported static methods
Reviewed-by: jjg
tbell [Wed, 28 May 2008 00:02:28 -0700] rev 658
Merge
jjg [Thu, 22 May 2008 17:40:53 -0700] rev 657
6705935: javac reports path name of entry in ZipFileIndex incorectly
Reviewed-by: darcy
jjg [Thu, 22 May 2008 16:06:00 -0700] rev 656
6657909: javap has unchecked compilation warnings
Reviewed-by: mcimadamore