mcimadamore [Wed, 19 May 2010 16:43:30 +0100] rev 5651
6951833: latest diamond implementation generates spurious raw type warnings
Summary: Raw warning checks should be disabled in the presence of a diamond AST node
Reviewed-by: jjg
mcimadamore [Wed, 19 May 2010 16:43:06 +0100] rev 5650
6948381: javac Null Pointer Exception in Types.makeCompoundType
Summary: Race condition between symbol completion and attribution of import statements causes NPE when creating intersection type
Reviewed-by: jjg
mcimadamore [Wed, 19 May 2010 16:42:37 +0100] rev 5649
6946618: sqe test fails: javac/generics/NewOnTypeParm in pit jdk7 b91 in all platforms.
Summary: Bad cast to ClassType in the new diamond implementation fails if the target type of the instance creation expression is a type-variable
Reviewed-by: jjg
mcimadamore [Wed, 19 May 2010 16:41:57 +0100] rev 5648
6880344: Recursive type parameters do not compile
Summary: Issue in type-variable substitution causes valid code to be rejected
Reviewed-by: jjg
jjg [Thu, 13 May 2010 11:30:28 -0700] rev 5647
6952188: update timeout for langtools jtreg tests on JPRT
Reviewed-by: ohair
mikejwre [Thu, 03 Jun 2010 13:30:30 -0700] rev 5646
Added tag jdk7-b96 for changeset 766529b3422f
duke [Wed, 05 Jul 2017 17:15:05 +0200] rev 5645
Merge