Wed, 26 Feb 2014 15:38:55 -0800 8034048: javac crash with method references plus lambda plus var args
jjg [Wed, 26 Feb 2014 15:38:55 -0800] rev 23127
8034048: javac crash with method references plus lambda plus var args Reviewed-by: jjg, vromero Contributed-by: paul.govereau@oracle.com
Tue, 25 Feb 2014 14:06:48 -0500 8035758: Move annotation codepaths from MemberEnter.java to Annotate.java
emc [Tue, 25 Feb 2014 14:06:48 -0500] rev 23126
8035758: Move annotation codepaths from MemberEnter.java to Annotate.java Summary: Cosmetic code cleanup patch, moving code to the file where it ought to reside. Reviewed-by: vromero
Mon, 24 Feb 2014 13:06:07 -0800 Merge
lana [Mon, 24 Feb 2014 13:06:07 -0800] rev 23125
Merge
Sat, 22 Feb 2014 17:42:10 +0000 8034143: javac, subclasses of Infer.IncorporationStep should implement the accepts() method
vromero [Sat, 22 Feb 2014 17:42:10 +0000] rev 23124
8034143: javac, subclasses of Infer.IncorporationStep should implement the accepts() method Reviewed-by: jjg
Fri, 21 Feb 2014 15:14:09 +0400 6457406: javadoc doesn't handle <a href='http://...'> properly in producing index pages
yan [Fri, 21 Feb 2014 15:14:09 +0400] rev 23123
6457406: javadoc doesn't handle <a href='http://...'> properly in producing index pages Reviewed-by: jjg, bpatel, ksrini
Fri, 21 Feb 2014 10:35:19 +0100 6411385: Trees.getPath does not work for constructors
jlahoda [Fri, 21 Feb 2014 10:35:19 +0100] rev 23122
6411385: Trees.getPath does not work for constructors Summary: Enhancing TestTrees test to ensure proper function of Trees.getPath/getTree, fixing cases where getTree did not work properly. Reviewed-by: jjg Contributed-by: jan.lahoda@oracle.com, dusan.balek@oracle.com
Thu, 20 Feb 2014 20:00:43 -0800 Merge
lana [Thu, 20 Feb 2014 20:00:43 -0800] rev 23121
Merge
Wed, 19 Feb 2014 15:05:19 -0800 8035364: An extra space in the comments of constant pool entries
jjg [Wed, 19 Feb 2014 15:05:19 -0800] rev 23120
8035364: An extra space in the comments of constant pool entries Reviewed-by: ksrini
Tue, 28 Jan 2014 20:10:19 +0000 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
jeff [Tue, 28 Jan 2014 20:10:19 +0000] rev 23119
8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8 Reviewed-by: lana
Mon, 13 Jan 2014 14:44:29 -0800 7129980: Third Party License Readme update for JDK8
jeff [Mon, 13 Jan 2014 14:44:29 -0800] rev 23118
7129980: Third Party License Readme update for JDK8 Reviewed-by: lana, tbell
Sat, 15 Feb 2014 16:37:19 -0800 8031545: [javac] refactor and cleanup JNIWriter.java
ksrini [Sat, 15 Feb 2014 16:37:19 -0800] rev 23117
8031545: [javac] refactor and cleanup JNIWriter.java Reviewed-by: jjg
Fri, 14 Feb 2014 17:28:07 -0800 8029145: javadoc fails with java.lang.IllegalStateException: endPosTable already set
ksrini [Fri, 14 Feb 2014 17:28:07 -0800] rev 23116
8029145: javadoc fails with java.lang.IllegalStateException: endPosTable already set Reviewed-by: jjg
Thu, 13 Feb 2014 14:58:10 +0100 8030714: The steps attribute, flow and desugar are unnecessary for implicit classes when compiling with -implicit:none
alundblad [Thu, 13 Feb 2014 14:58:10 +0100] rev 23115
8030714: The steps attribute, flow and desugar are unnecessary for implicit classes when compiling with -implicit:none Summary: When compiling with -implicit:none, attribute, flow and desugar is skipped for better performance. Reviewed-by: jfranck, jlahoda
Thu, 13 Feb 2014 13:38:48 +0100 8033961: Formatting of -Xlint: command line help
jlahoda [Thu, 13 Feb 2014 13:38:48 +0100] rev 23114
8033961: Formatting of -Xlint: command line help Summary: Improving formatting of command line help for -Xlint, including a short description of each lint. Reviewed-by: jjg
Wed, 12 Feb 2014 12:31:30 -0700 4910483: Javadoc renders the string ".*\\.pdf" as ".\*\.pdf"
dlsmith [Wed, 12 Feb 2014 12:31:30 -0700] rev 23113
4910483: Javadoc renders the string ".*\\.pdf" as ".\*\.pdf" Summary: Adjust timing of printing "\\" in the comment scanner Reviewed-by: jjg
Mon, 10 Feb 2014 11:52:52 -0800 8033930: Unnecessary new line after the StackMapTable
jjg [Mon, 10 Feb 2014 11:52:52 -0800] rev 23112
8033930: Unnecessary new line after the StackMapTable 8033913: Incorrect indentation of StackMapTable entries Reviewed-by: ksrini
Fri, 07 Feb 2014 21:43:33 +0100 8033421: @SuppressWarnings("deprecation") does not work when overriding deprecated method
jlahoda [Fri, 07 Feb 2014 21:43:33 +0100] rev 23111
8033421: @SuppressWarnings("deprecation") does not work when overriding deprecated method Summary: When the overrides deprecated method warning is being reported, need to do that in the lint context of the method. Reviewed-by: vromero
Thu, 06 Feb 2014 18:54:13 -0800 8033581: Incorrect comment aligment
jjg [Thu, 06 Feb 2014 18:54:13 -0800] rev 23110
8033581: Incorrect comment aligment 8033798: javap output has unnecessary trailing whitespace 8033726: StackMapTable does not unindent properly Reviewed-by: ksrini
Thu, 06 Feb 2014 16:39:19 -0800 8032526: fix the accessibility, html, syntax errors and warnings reported by doclint report in langtools
cl [Thu, 06 Feb 2014 16:39:19 -0800] rev 23109
8032526: fix the accessibility, html, syntax errors and warnings reported by doclint report in langtools Reviewed-by: jjg
Thu, 06 Feb 2014 15:43:23 -0800 8033114: The values of non-static final fields are printed for the -constants option
jjg [Thu, 06 Feb 2014 15:43:23 -0800] rev 23108
8033114: The values of non-static final fields are printed for the -constants option Reviewed-by: ksrini
Thu, 06 Feb 2014 11:01:50 -0800 8033711: An exception is thrown if using the \"-classpath\" option with no arguments
jjg [Thu, 06 Feb 2014 11:01:50 -0800] rev 23107
8033711: An exception is thrown if using the \"-classpath\" option with no arguments Reviewed-by: ksrini
Thu, 06 Feb 2014 10:58:51 -0800 8033686: Internal error for zero indent
jjg [Thu, 06 Feb 2014 10:58:51 -0800] rev 23106
8033686: Internal error for zero indent Reviewed-by: ksrini
Thu, 06 Feb 2014 18:49:01 +0000 8030855: Default methods should be visible under source previous to 8
vromero [Thu, 06 Feb 2014 18:49:01 +0000] rev 23105
8030855: Default methods should be visible under source previous to 8 Reviewed-by: jjg, dlsmith
Thu, 06 Feb 2014 15:49:51 +0000 8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
alanb [Thu, 06 Feb 2014 15:49:51 +0000] rev 23104
8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not Reviewed-by: erikj
Fri, 21 Feb 2014 11:40:51 -0800 Added tag jdk9-b03 for changeset 2740ebeb238c
katleman [Fri, 21 Feb 2014 11:40:51 -0800] rev 23103
Added tag jdk9-b03 for changeset 2740ebeb238c
Wed, 05 Jul 2017 19:31:58 +0200 Merge
duke [Wed, 05 Jul 2017 19:31:58 +0200] rev 23102
Merge
Mon, 24 Feb 2014 12:57:52 -0800 Merge
lana [Mon, 24 Feb 2014 12:57:52 -0800] rev 23101
Merge
Thu, 20 Feb 2014 19:59:51 -0800 Merge
lana [Thu, 20 Feb 2014 19:59:51 -0800] rev 23100
Merge
Tue, 28 Jan 2014 20:09:55 +0000 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
jeff [Tue, 28 Jan 2014 20:09:55 +0000] rev 23099
8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8 Reviewed-by: lana
Mon, 13 Jan 2014 14:43:36 -0800 7129980: Third Party License Readme update for JDK8
jeff [Mon, 13 Jan 2014 14:43:36 -0800] rev 23098
7129980: Third Party License Readme update for JDK8 Reviewed-by: lana, tbell
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip