Tue, 07 Jan 2014 11:43:56 -0800 8028543: Add SourceVersion.RELEASE_9
darcy [Tue, 07 Jan 2014 11:43:56 -0800] rev 22169
8028543: Add SourceVersion.RELEASE_9 Reviewed-by: jjg
Sun, 22 Dec 2013 21:57:01 -0800 8030626: java.lang.VerifyError: Bad return type when lambda's body is in parentheses
rfield [Sun, 22 Dec 2013 21:57:01 -0800] rev 22168
8030626: java.lang.VerifyError: Bad return type when lambda's body is in parentheses Summary: properly type convert the body of a lambda expression (forward port to JDK9 of 8029558) Reviewed-by: vromero
Thu, 19 Dec 2013 22:24:27 +0000 8029240: Default methods not always visible under -source 7
vromero [Thu, 19 Dec 2013 22:24:27 +0000] rev 22167
8029240: Default methods not always visible under -source 7 Reviewed-by: jjg
Thu, 19 Dec 2013 21:58:50 +0000 8030218: javac, compile time error isn't shown when final static field is not assigned, follow-up
vromero [Thu, 19 Dec 2013 21:58:50 +0000] rev 22166
8030218: javac, compile time error isn't shown when final static field is not assigned, follow-up Reviewed-by: jjg, jfranck, sundar
Thu, 19 Dec 2013 20:16:44 +0000 8030807: langtools should still build using jdk 7
vromero [Thu, 19 Dec 2013 20:16:44 +0000] rev 22165
8030807: langtools should still build using jdk 7 Reviewed-by: briangoetz
Thu, 19 Dec 2013 11:38:45 -0500 8030726: tools/javac/NoStringToLower.java fails due to enforcement no use of String.toLowerCase on non-langtools classes
emc [Thu, 19 Dec 2013 11:38:45 -0500] rev 22164
8030726: tools/javac/NoStringToLower.java fails due to enforcement no use of String.toLowerCase on non-langtools classes Summary: Fix NoStringToLower test to only enforce ban on String.toLowerCase on langtools classes Reviewed-by: vromero, jfranck Contributed-by: paul.govereau@oracle.com
Wed, 18 Dec 2013 16:05:18 -0500 8030244: Update langtools to use Diamond
briangoetz [Wed, 18 Dec 2013 16:05:18 -0500] rev 22163
8030244: Update langtools to use Diamond Reviewed-by: darcy
Wed, 18 Dec 2013 19:22:58 +0000 8029721: javac crash for annotated parameter type of lambda in a field
vromero [Wed, 18 Dec 2013 19:22:58 +0000] rev 22162
8029721: javac crash for annotated parameter type of lambda in a field Reviewed-by: rfield, jfranck
Wed, 18 Dec 2013 19:15:58 +0000 8029569: internal javac cast exception when resolving varargs ambiguity
vromero [Wed, 18 Dec 2013 19:15:58 +0000] rev 22161
8029569: internal javac cast exception when resolving varargs ambiguity Reviewed-by: jjg
Fri, 06 Dec 2013 09:07:47 -0800 8029504: Regression: TestDocRootLink test fails on Windows
ksrini [Fri, 06 Dec 2013 09:07:47 -0800] rev 22160
8029504: Regression: TestDocRootLink test fails on Windows Reviewed-by: bpatel, jjg
Wed, 18 Dec 2013 10:29:25 -0500 8030253: Update langtools to use strings-in-switch
briangoetz [Wed, 18 Dec 2013 10:29:25 -0500] rev 22159
8030253: Update langtools to use strings-in-switch 8030262: Update langtools to use foreach loops 8030245: Update langtools to use try-with-resources and multi-catch Reviewed-by: darcy
Tue, 17 Dec 2013 19:27:49 -0500 8030687: Add .out files to fix failing tests
emc [Tue, 17 Dec 2013 19:27:49 -0500] rev 22158
8030687: Add .out files to fix failing tests Summary: Forgot to hg add golden files in a previous fix Reviewed-by: jjg
Tue, 17 Dec 2013 18:15:48 -0500 8030642: Add golden files to javac/limits
emc [Tue, 17 Dec 2013 18:15:48 -0500] rev 22157
8030642: Add golden files to javac/limits Summary: Add golden files to check output of negative compilation tests in javac/limits Reviewed-by: jjg, emc Contributed-by: paul.govereau@oracle.com
Tue, 17 Dec 2013 10:28:36 -0800 8030080: Correct misstatement in JSR 269 MR (in javax.lang.model)
darcy [Tue, 17 Dec 2013 10:28:36 -0800] rev 22156
8030080: Correct misstatement in JSR 269 MR (in javax.lang.model) Reviewed-by: jfranck
Tue, 17 Dec 2013 10:58:26 +0100 8028235: Better error recovery for parsing 'void' as a type of the lambda parameter
jlahoda [Tue, 17 Dec 2013 10:58:26 +0100] rev 22155
8028235: Better error recovery for parsing 'void' as a type of the lambda parameter Summary: Handle "void" as a primitive type in JavacParser.analyzeParens. Reviewed-by: vromero
Tue, 17 Dec 2013 10:58:21 +0100 8028415: TreeMaker.Literal(Object) creates invalid JCLiterals when passed a Character.
jlahoda [Tue, 17 Dec 2013 10:58:21 +0100] rev 22154
8028415: TreeMaker.Literal(Object) creates invalid JCLiterals when passed a Character. Summary: JCLiteral for char must contain an Integer, not the provided Character. Reviewed-by: jjg
Tue, 17 Dec 2013 10:55:59 +0100 8029800: Flags.java uses String.toLowerCase without specifying Locale
jlahoda [Tue, 17 Dec 2013 10:55:59 +0100] rev 22153
8029800: Flags.java uses String.toLowerCase without specifying Locale Summary: Introducing StringUtils.toLowerCase/toUpperCase independent on the default locale, converting almost all usages of String.toLowerCase/toUpperCase to use the new methods. Reviewed-by: jjg, bpatel
Tue, 17 Dec 2013 10:55:58 +0100 8029715: test needs bugID added to @bug tag
jlahoda [Tue, 17 Dec 2013 10:55:58 +0100] rev 22152
8029715: test needs bugID added to @bug tag Summary: Adding forgotten bug number Reviewed-by: vromero
Mon, 16 Dec 2013 10:15:38 -0800 8028545: Add -source 9 and -target 9 to javac
darcy [Mon, 16 Dec 2013 10:15:38 -0800] rev 22151
8028545: Add -source 9 and -target 9 to javac 8000961: Change javac source and target default to 9 Reviewed-by: jjg
Mon, 16 Dec 2013 17:33:18 +0000 8030214: fix for JDK-8020216 breaks the build
vromero [Mon, 16 Dec 2013 17:33:18 +0000] rev 22150
8030214: fix for JDK-8020216 breaks the build Reviewed-by: jjg
Mon, 16 Dec 2013 15:07:13 +0000 8028708: TEST_BUG, Tests should pass through VM options, langtools tests
vromero [Mon, 16 Dec 2013 15:07:13 +0000] rev 22149
8028708: TEST_BUG, Tests should pass through VM options, langtools tests Reviewed-by: jjg, vromero Contributed-by: andrey.x.nazarov@oracle.com
Mon, 16 Dec 2013 14:32:12 +0000 8020216: javac, compile time error isn't shown when final static field is not assigned
vromero [Mon, 16 Dec 2013 14:32:12 +0000] rev 22148
8020216: javac, compile time error isn't shown when final static field is not assigned Reviewed-by: jjg
Fri, 13 Dec 2013 09:36:24 -0800 8030068: Update .jcheck/conf files for JDK 9
iris [Fri, 13 Dec 2013 09:36:24 -0800] rev 22147
8030068: Update .jcheck/conf files for JDK 9 Reviewed-by: mr
Thu, 12 Dec 2013 15:27:11 -0800 Added tag jdk9-b00 for changeset 4b89cce23b75
iris [Thu, 12 Dec 2013 15:27:11 -0800] rev 22146
Added tag jdk9-b00 for changeset 4b89cce23b75
Wed, 05 Jul 2017 19:26:45 +0200 Merge
duke [Wed, 05 Jul 2017 19:26:45 +0200] rev 22145
Merge
Fri, 13 Dec 2013 09:35:35 -0800 8030068: Update .jcheck/conf files for JDK 9
iris [Fri, 13 Dec 2013 09:35:35 -0800] rev 22144
8030068: Update .jcheck/conf files for JDK 9 Reviewed-by: mr
Thu, 12 Dec 2013 15:27:07 -0800 Added tag jdk9-b00 for changeset 2b1cd447f3b6
iris [Thu, 12 Dec 2013 15:27:07 -0800] rev 22143
Added tag jdk9-b00 for changeset 2b1cd447f3b6
Wed, 05 Jul 2017 19:26:41 +0200 Merge
duke [Wed, 05 Jul 2017 19:26:41 +0200] rev 22142
Merge
Thu, 12 Dec 2013 11:36:40 -0800 8029895: XMLOutputFactory.newFactory(String, ClassLoader) - incorrect specification
joehw [Thu, 12 Dec 2013 11:36:40 -0800] rev 22141
8029895: XMLOutputFactory.newFactory(String, ClassLoader) - incorrect specification Reviewed-by: alanb, dfuchs, lancea
Sun, 05 Jan 2014 21:00:00 -0800 8027359: XML parser returns incorrect parsing results
joehw [Sun, 05 Jan 2014 21:00:00 -0800] rev 22140
8027359: XML parser returns incorrect parsing results Reviewed-by: lancea
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip