vromero [Wed, 31 Jul 2013 10:52:01 +0100] rev 19133
8013179: assertion failure in javac when compiling with -source 1.6 -target 1.6
Reviewed-by: jjg
jlahoda [Sun, 28 Jul 2013 10:17:45 +0200] rev 19132
8021338: Diamond finder may mark a required type argument as unnecessary
Reviewed-by: mcimadamore
jlahoda [Sun, 28 Jul 2013 10:17:45 +0200] rev 19131
8020689: Missing LineNumberTable entries in compiled class files
Reviewed-by: ksrini, mcimadamore
lana [Fri, 26 Jul 2013 14:08:37 -0700] rev 19130
Merge
mcimadamore [Thu, 25 Jul 2013 14:51:40 +0100] rev 19129
8020843: javac crashes on accessibility check with method reference with typevar receiver
Summary: method reference overload check doesn't walk through type-variable receivers
Reviewed-by: jjg
mcimadamore [Thu, 25 Jul 2013 14:49:16 +0100] rev 19128
8016081: field initialized with lambda in annotation types doesn't compile
Summary: check for annotation attributes should skip over synthetic methods
Reviewed-by: jjg
mcimadamore [Thu, 25 Jul 2013 14:47:43 +0100] rev 19127
8020804: javac crashes when speculative attribution infers intersection type with array component
Summary: Assertion is causing javac to crash because of lack of support for arrays in intersection types
Reviewed-by: jjg
jfranck [Thu, 25 Jul 2013 11:02:27 +0200] rev 19126
8007961: javax.lang.model tests for repeating annotations fail in getAnnotationsByType
Reviewed-by: jjg
jjg [Wed, 24 Jul 2013 17:35:42 -0700] rev 19125
8020556: doclint does not check type variables for @throws
Reviewed-by: mcimadamore
emc [Tue, 23 Jul 2013 20:42:54 -0400] rev 19124
8016880: 42 tests in annot102* fail with compile-time errors.
Summary: Fixes error in type equality when bounds of type variables have annotations.
Reviewed-by: jjg, mcimadamore
jjg [Tue, 23 Jul 2013 16:06:11 -0700] rev 19123
8021215: javac gives incorrect doclint warnings on normal package statements
Reviewed-by: darcy
ksrini [Fri, 19 Jul 2013 07:22:53 -0700] rev 19122
8017216: javac doesn't fill in end position for some errors of type not found
8019421: Javac doesn't fill in end position for some annotation related errors
8019422: Javac doesn't fill in end position for uninitialized variable errors
Reviewed-by: jjg, mcimadamore
jjg [Wed, 17 Jul 2013 19:16:12 -0700] rev 19121
8020664: doclint gives incorrect warnings on normal package statements
Reviewed-by: mcimadamore
jjg [Wed, 17 Jul 2013 19:12:03 -0700] rev 19120
8020313: doclint doesn't reset HTML anchors correctly
Reviewed-by: mcimadamore