lana [Sat, 26 Jan 2013 19:24:46 -0800] rev 15387
Merge
darcy [Wed, 23 Jan 2013 20:11:07 -0800] rev 15386
8006264: Add explanation of why default methods cannot be used in JDK 8 javax.lang.model
Reviewed-by: jjg
jjg [Wed, 23 Jan 2013 13:27:24 -0800] rev 15385
8006775: JSR 308: Compiler changes in JDK8
Reviewed-by: jjg
Contributed-by: mernst@cs.washington.edu, wmdietl@cs.washington.edu, mpapi@csail.mit.edu, mahmood@notnoop.com
vromero [Wed, 23 Jan 2013 20:57:40 +0000] rev 15384
8006694: temporarily workaround combo tests are causing time out in several platforms
Reviewed-by: jjg
Contributed-by: maurizio.cimadamore@oracle.com
mcimadamore [Wed, 23 Jan 2013 15:08:03 +0000] rev 15383
8006692: jdk/test/java/util/Collections/BigBinarySearch.java fails to compile
Summary: Missing boxing cause spurious inference failure
Reviewed-by: jjg
jjg [Tue, 22 Jan 2013 19:07:20 -0800] rev 15382
Merge
jjg [Tue, 22 Jan 2013 19:06:05 -0800] rev 15381
8006728: temporarily workaround jtreg problems for doclint tests in othervm
Reviewed-by: jjh
jjg [Tue, 22 Jan 2013 18:43:22 -0800] rev 15380
8006723: sjavac test fails to compile on clean build
Reviewed-by: ksrini
mcimadamore [Tue, 22 Jan 2013 16:39:51 +0000] rev 15379
8006684: Compiler produces java.lang.VerifyError: Bad type on operand stack
Summary: Lambda desugaring generates spurious references to 'this' in static contexts
Reviewed-by: jjg
mcimadamore [Tue, 22 Jan 2013 16:23:35 +0000] rev 15378
8006673: TargetType52 fails because of bad golden file
Summary: Fix golden file in negative test
Reviewed-by: jjg
mcimadamore [Mon, 21 Jan 2013 20:19:53 +0000] rev 15377
8005166: Add support for static interface methods
Summary: Support public static interface methods
Reviewed-by: jjg
mcimadamore [Mon, 21 Jan 2013 20:15:16 +0000] rev 15376
8005851: Remove support for synchronized interface methods
Summary: Synchronized default methods are no longer supported
Reviewed-by: jjg
mcimadamore [Mon, 21 Jan 2013 20:14:39 +0000] rev 15375
8006566: Remove transient lambda-related guards from JavacParser
Summary: Remove transitional internal flag for allowing intersection types in cast
Reviewed-by: jjg
mcimadamore [Mon, 21 Jan 2013 20:13:56 +0000] rev 15374
8005244: Implement overload resolution as per latest spec EDR
Summary: Add support for stuck expressions and provisional applicability
Reviewed-by: jjg
lana [Mon, 21 Jan 2013 11:16:28 -0800] rev 15373
Merge
lana [Sun, 20 Jan 2013 23:39:11 -0800] rev 15372
Merge
jjg [Mon, 21 Jan 2013 10:07:37 -0800] rev 15371
8006251: doclint: incorrect position for diagnostic for illegal text in tags
Reviewed-by: mcimadamore
jjg [Mon, 21 Jan 2013 10:00:46 -0800] rev 15370
8006263: Supplementary test cases needed for doclint
Reviewed-by: mcimadamore
Contributed-by: peter.jensen@oracle.com
mcimadamore [Fri, 18 Jan 2013 15:38:14 +0000] rev 15369
8006561: Langtools test failure: missing diags/examples
Summary: forgot to hg add tests
Reviewed-by: jjg
ohrstrom [Fri, 18 Jan 2013 00:16:21 +0100] rev 15368
8004658: Add internal smart javac wrapper to solve JEP 139
Reviewed-by: jjg
mcimadamore [Thu, 17 Jan 2013 18:15:20 +0000] rev 15367
8005852: Treatment of '_' as identifier
Summary: warn when '_' is found in an identifier position
Reviewed-by: jjg
jjg [Wed, 16 Jan 2013 20:41:14 -0800] rev 15366
8006228: Doclint doesn't detect <code> {@code nested inline} </code>
Reviewed-by: darcy
darcy [Wed, 16 Jan 2013 13:22:09 -0800] rev 15365
8006283: Change to Class.cast() in javax.lang.model implementation for repeating annotations
Reviewed-by: jjg
lana [Wed, 16 Jan 2013 12:14:29 -0800] rev 15364
Merge
jjg [Wed, 16 Jan 2013 10:29:52 -0800] rev 15363
8006236: doclint: structural issue hidden
Reviewed-by: darcy
mcimadamore [Wed, 16 Jan 2013 17:40:28 +0000] rev 15362
8005964: Regression: difference in error recovery after ambiguity causes JCK test failure
Summary: Wrong implementation of ResolveError.access in AmbiguityError
Reviewed-by: jjh
mcimadamore [Wed, 16 Jan 2013 16:30:11 +0000] rev 15361
8005299: Add FunctionalInterface checking to javac
Summary: Javac should check that types annotated with @FunctionalInterface are indeed functional interfaces
Reviewed-by: jjg
mcimadamore [Wed, 16 Jan 2013 16:27:01 +0000] rev 15360
8005854: Add support for array constructor references
Summary: Support constructor references of the kind int[]::new
Reviewed-by: jjg
jjg [Tue, 15 Jan 2013 13:03:11 -0800] rev 15359
8006224: Doclint NPE for attribute with no value
Reviewed-by: darcy
chegar [Tue, 15 Jan 2013 20:38:39 +0000] rev 15358
8006344: Broken javadoc link in javax.lang.model.element.Element
Reviewed-by: lancea, alanb, jfranck
jjg [Mon, 14 Jan 2013 14:17:25 -0800] rev 15357
8006241: Test DocRootSlash.java fails
Reviewed-by: darcy
jjg [Mon, 14 Jan 2013 13:50:01 -0800] rev 15356
8006119: update javac to follow latest spec for repeatable annotations
Reviewed-by: darcy