Wed, 23 Jan 2013 15:08:03 +0000 8006692: jdk/test/java/util/Collections/BigBinarySearch.java fails to compile
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
Tue, 22 Jan 2013 19:07:20 -0800 Merge
jjg [Tue, 22 Jan 2013 19:07:20 -0800] rev 15382
Merge
Tue, 22 Jan 2013 19:06:05 -0800 8006728: temporarily workaround jtreg problems for doclint tests in othervm
jjg [Tue, 22 Jan 2013 19:06:05 -0800] rev 15381
8006728: temporarily workaround jtreg problems for doclint tests in othervm Reviewed-by: jjh
Tue, 22 Jan 2013 18:43:22 -0800 8006723: sjavac test fails to compile on clean build
jjg [Tue, 22 Jan 2013 18:43:22 -0800] rev 15380
8006723: sjavac test fails to compile on clean build Reviewed-by: ksrini
Tue, 22 Jan 2013 16:39:51 +0000 8006684: Compiler produces java.lang.VerifyError: Bad type on operand stack
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
Tue, 22 Jan 2013 16:23:35 +0000 8006673: TargetType52 fails because of bad golden file
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
Mon, 21 Jan 2013 20:19:53 +0000 8005166: Add support for static interface methods
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
Mon, 21 Jan 2013 20:15:16 +0000 8005851: Remove support for synchronized interface methods
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
Mon, 21 Jan 2013 20:14:39 +0000 8006566: Remove transient lambda-related guards from JavacParser
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
Mon, 21 Jan 2013 20:13:56 +0000 8005244: Implement overload resolution as per latest spec EDR
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
Mon, 21 Jan 2013 11:16:28 -0800 Merge
lana [Mon, 21 Jan 2013 11:16:28 -0800] rev 15373
Merge
Sun, 20 Jan 2013 23:39:11 -0800 Merge
lana [Sun, 20 Jan 2013 23:39:11 -0800] rev 15372
Merge
Mon, 21 Jan 2013 10:07:37 -0800 8006251: doclint: incorrect position for diagnostic for illegal text in tags
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
Mon, 21 Jan 2013 10:00:46 -0800 8006263: Supplementary test cases needed for doclint
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
Fri, 18 Jan 2013 15:38:14 +0000 8006561: Langtools test failure: missing diags/examples
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
Fri, 18 Jan 2013 00:16:21 +0100 8004658: Add internal smart javac wrapper to solve JEP 139
ohrstrom [Fri, 18 Jan 2013 00:16:21 +0100] rev 15368
8004658: Add internal smart javac wrapper to solve JEP 139 Reviewed-by: jjg
Thu, 17 Jan 2013 18:15:20 +0000 8005852: Treatment of '_' as identifier
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
Wed, 16 Jan 2013 20:41:14 -0800 8006228: Doclint doesn't detect <code> {@code nested inline} </code>
jjg [Wed, 16 Jan 2013 20:41:14 -0800] rev 15366
8006228: Doclint doesn't detect <code> {@code nested inline} </code> Reviewed-by: darcy
Wed, 16 Jan 2013 13:22:09 -0800 8006283: Change to Class.cast() in javax.lang.model implementation for repeating annotations
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
Wed, 16 Jan 2013 12:14:29 -0800 Merge
lana [Wed, 16 Jan 2013 12:14:29 -0800] rev 15364
Merge
Wed, 16 Jan 2013 10:29:52 -0800 8006236: doclint: structural issue hidden
jjg [Wed, 16 Jan 2013 10:29:52 -0800] rev 15363
8006236: doclint: structural issue hidden Reviewed-by: darcy
Wed, 16 Jan 2013 17:40:28 +0000 8005964: Regression: difference in error recovery after ambiguity causes JCK test failure
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
Wed, 16 Jan 2013 16:30:11 +0000 8005299: Add FunctionalInterface checking to javac
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
Wed, 16 Jan 2013 16:27:01 +0000 8005854: Add support for array constructor references
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
Tue, 15 Jan 2013 13:03:11 -0800 8006224: Doclint NPE for attribute with no value
jjg [Tue, 15 Jan 2013 13:03:11 -0800] rev 15359
8006224: Doclint NPE for attribute with no value Reviewed-by: darcy
Tue, 15 Jan 2013 20:38:39 +0000 8006344: Broken javadoc link in javax.lang.model.element.Element
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
Mon, 14 Jan 2013 14:17:25 -0800 8006241: Test DocRootSlash.java fails
jjg [Mon, 14 Jan 2013 14:17:25 -0800] rev 15357
8006241: Test DocRootSlash.java fails Reviewed-by: darcy
Mon, 14 Jan 2013 13:50:01 -0800 8006119: update javac to follow latest spec for repeatable annotations
jjg [Mon, 14 Jan 2013 13:50:01 -0800] rev 15356
8006119: update javac to follow latest spec for repeatable annotations Reviewed-by: darcy
(0) -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip