Thu, 26 Sep 2013 19:06:09 +0100 8025139: javac patch for using bootstrap compiler for debugging is not working properly
vromero [Thu, 26 Sep 2013 19:06:09 +0100] rev 20266
8025139: javac patch for using bootstrap compiler for debugging is not working properly Reviewed-by: jjg
Thu, 26 Sep 2013 20:07:43 +0200 8025491: Javac regression test tools/javac/T8003967/DetectMutableStaticFields.java failing
jlahoda [Thu, 26 Sep 2013 20:07:43 +0200] rev 20265
8025491: Javac regression test tools/javac/T8003967/DetectMutableStaticFields.java failing Summary: Making HtmlTree.NONENCODING_CHARS final Reviewed-by: jjg
Wed, 25 Sep 2013 22:26:42 -0700 8004825: javadoc crash DocletAbortException
bpatel [Wed, 25 Sep 2013 22:26:42 -0700] rev 20264
8004825: javadoc crash DocletAbortException Reviewed-by: jjg
Wed, 25 Sep 2013 14:04:24 -0700 8025412: Add legal header and comments to test/tools/doclint/tidy/util/Main.java
jjg [Wed, 25 Sep 2013 14:04:24 -0700] rev 20263
8025412: Add legal header and comments to test/tools/doclint/tidy/util/Main.java Reviewed-by: bpatel
Wed, 25 Sep 2013 14:02:16 -0700 Merge
mfang [Wed, 25 Sep 2013 14:02:16 -0700] rev 20262
Merge
Wed, 25 Sep 2013 07:36:37 -0700 Merge
mfang [Wed, 25 Sep 2013 07:36:37 -0700] rev 20261
Merge
Tue, 24 Sep 2013 14:35:24 -0700 Merge
mfang [Tue, 24 Sep 2013 14:35:24 -0700] rev 20260
Merge
Tue, 24 Sep 2013 14:20:33 -0700 8025215: jdk8 l10n resource file translation update 4
mfang [Tue, 24 Sep 2013 14:20:33 -0700] rev 20259
8025215: jdk8 l10n resource file translation update 4 Reviewed-by: naoto, yhuang
Wed, 25 Sep 2013 11:07:05 -0700 8025407: TypeAnnotations does not use Context
jjg [Wed, 25 Sep 2013 11:07:05 -0700] rev 20258
8025407: TypeAnnotations does not use Context Reviewed-by: jfranck
Tue, 24 Sep 2013 16:12:06 -0700 8016328: Regression : Javadoc i18n regression caused by fix for 8012375
bpatel [Tue, 24 Sep 2013 16:12:06 -0700] rev 20257
8016328: Regression : Javadoc i18n regression caused by fix for 8012375 Reviewed-by: jjg
Tue, 24 Sep 2013 13:48:12 -0700 8002154: [doclint] doclint should check for issues which are errors in javadoc
jjg [Tue, 24 Sep 2013 13:48:12 -0700] rev 20256
8002154: [doclint] doclint should check for issues which are errors in javadoc Reviewed-by: bpatel
Tue, 24 Sep 2013 11:46:25 -0700 8025272: doclint needs to check for valid usage of @value tag
jjg [Tue, 24 Sep 2013 11:46:25 -0700] rev 20255
8025272: doclint needs to check for valid usage of @value tag Reviewed-by: bpatel
Tue, 24 Sep 2013 10:51:28 -0700 8025246: [doclint] doclint is showing error on anchor already defined when it's not
jjg [Tue, 24 Sep 2013 10:51:28 -0700] rev 20254
8025246: [doclint] doclint is showing error on anchor already defined when it's not Reviewed-by: bpatel
Tue, 24 Sep 2013 10:48:11 -0700 8025050: Doclint doesn't recognize <dfn> tag
jjg [Tue, 24 Sep 2013 10:48:11 -0700] rev 20253
8025050: Doclint doesn't recognize <dfn> tag Reviewed-by: bpatel
Mon, 23 Sep 2013 15:37:59 -0400 6499673: Assertion check for TypeVariable.getUpperBound() fails.
emc [Mon, 23 Sep 2013 15:37:59 -0400] rev 20252
6499673: Assertion check for TypeVariable.getUpperBound() fails. Summary: Fix TypeVariable.getUpperBound to return results as specified Reviewed-by: jjg
Mon, 23 Sep 2013 18:29:27 +0400 4881267: improve diagnostic for "instanceof T" for type parameter T
kizune [Mon, 23 Sep 2013 18:29:27 +0400] rev 20251
4881267: improve diagnostic for "instanceof T" for type parameter T Reviewed-by: vromero, jjg
Mon, 23 Sep 2013 17:27:38 +0400 7154966: CRs found to be in Fixed state with no test and no noreg- keyword.
kizune [Mon, 23 Sep 2013 17:27:38 +0400] rev 20250
7154966: CRs found to be in Fixed state with no test and no noreg- keyword. Reviewed-by: ksrini
Mon, 23 Sep 2013 10:42:38 +0200 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()
alundblad [Mon, 23 Sep 2013 10:42:38 +0200] rev 20249
6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb() Summary: Static factory method ListBuffer.lb removed. Replaced by constructor calls. Reviewed-by: jfranck, jjg
Mon, 23 Sep 2013 10:10:07 +0200 8024988: javac, LVT test harness should generate tests .class files in the scratch folder
alundblad [Mon, 23 Sep 2013 10:10:07 +0200] rev 20248
8024988: javac, LVT test harness should generate tests .class files in the scratch folder Summary: Set the CLASS_OUTPUT location to the scratch directory. Changed the argument to checkClassFile accordingly. Reviewed-by: jjg, vromero
Sun, 22 Sep 2013 20:20:38 -0700 Merge
lana [Sun, 22 Sep 2013 20:20:38 -0700] rev 20247
Merge
Fri, 20 Sep 2013 19:16:55 -0700 Merge
lana [Fri, 20 Sep 2013 19:16:55 -0700] rev 20246
Merge
Sun, 22 Sep 2013 12:53:03 +0100 8024696: Missing null check in bound method reference capture
vromero [Sun, 22 Sep 2013 12:53:03 +0100] rev 20245
8024696: Missing null check in bound method reference capture Reviewed-by: jjg, briangoetz
Fri, 20 Sep 2013 16:33:35 +0200 8023835: TreeMaker.QualIdent() too leafy
jlahoda [Fri, 20 Sep 2013 16:33:35 +0200] rev 20244
8023835: TreeMaker.QualIdent() too leafy Reviewed-by: jjg
Thu, 19 Sep 2013 19:18:37 -0700 8025110: TreeCopier does not correctly copy LabeledStatementTree
jjg [Thu, 19 Sep 2013 19:18:37 -0700] rev 20243
8025110: TreeCopier does not correctly copy LabeledStatementTree Reviewed-by: jjg Contributed-by: Werner Dietl <wdietl@gmail.com>
Thu, 19 Sep 2013 20:57:37 +0100 8024437: Inferring the exception thrown: sometimes fails to compile
vromero [Thu, 19 Sep 2013 20:57:37 +0100] rev 20242
8024437: Inferring the exception thrown: sometimes fails to compile Reviewed-by: jjg
Thu, 19 Sep 2013 08:26:26 -0700 8024609: sjavac assertion fails during call to BuildState.collectArtifacts
ohrstrom [Thu, 19 Sep 2013 08:26:26 -0700] rev 20241
8024609: sjavac assertion fails during call to BuildState.collectArtifacts Reviewed-by: jjg
Thu, 19 Sep 2013 17:05:08 +0200 8022567: Javac Should Generate Warnings For Raw Array Type
jlahoda [Thu, 19 Sep 2013 17:05:08 +0200] rev 20240
8022567: Javac Should Generate Warnings For Raw Array Type Reviewed-by: jjg
Thu, 19 Sep 2013 17:05:32 +0400 8017248: Compiler Diacritics Issue
kizune [Thu, 19 Sep 2013 17:05:32 +0400] rev 20239
8017248: Compiler Diacritics Issue Reviewed-by: naoto
Wed, 18 Sep 2013 22:47:06 -0700 8024096: some javadoc tests may contain false positive results
bpatel [Wed, 18 Sep 2013 22:47:06 -0700] rev 20238
8024096: some javadoc tests may contain false positive results Reviewed-by: jjg
Wed, 18 Sep 2013 17:13:26 -0700 8015249: javadoc fails to document static final fields in annotation types
bpatel [Wed, 18 Sep 2013 17:13:26 -0700] rev 20237
8015249: javadoc fails to document static final fields in annotation types Reviewed-by: jjg
Wed, 18 Sep 2013 14:39:27 +0200 8024127: javac, Code_attribute.exception_table_langth should be Code_attribute.exception_table_length
alundblad [Wed, 18 Sep 2013 14:39:27 +0200] rev 20236
8024127: javac, Code_attribute.exception_table_langth should be Code_attribute.exception_table_length Summary: exception_table_langth renamed to exception_table_length Reviewed-by: jfranck, jjg
Tue, 17 Sep 2013 14:17:13 -0700 8024538: -Xdoclint + -Xprefer:source + incremental compilation == FAIL
jjg [Tue, 17 Sep 2013 14:17:13 -0700] rev 20235
8024538: -Xdoclint + -Xprefer:source + incremental compilation == FAIL Reviewed-by: darcy
Thu, 26 Sep 2013 10:43:55 -0700 Added tag jdk8-b109 for changeset 70dd6db0a869
cl [Thu, 26 Sep 2013 10:43:55 -0700] rev 20234
Added tag jdk8-b109 for changeset 70dd6db0a869
Wed, 05 Jul 2017 19:14:08 +0200 Merge
duke [Wed, 05 Jul 2017 19:14:08 +0200] rev 20233
Merge
Thu, 26 Sep 2013 10:43:28 -0700 Added tag jdk8-b109 for changeset 839c7fc1db4c
cl [Thu, 26 Sep 2013 10:43:28 -0700] rev 20232
Added tag jdk8-b109 for changeset 839c7fc1db4c
Wed, 05 Jul 2017 19:14:05 +0200 Merge
duke [Wed, 05 Jul 2017 19:14:05 +0200] rev 20231
Merge
Thu, 26 Sep 2013 10:43:25 -0700 Added tag jdk8-b109 for changeset 927782ec0a1e
cl [Thu, 26 Sep 2013 10:43:25 -0700] rev 20230
Added tag jdk8-b109 for changeset 927782ec0a1e
Wed, 05 Jul 2017 19:14:01 +0200 Merge
duke [Wed, 05 Jul 2017 19:14:01 +0200] rev 20229
Merge
Thu, 26 Sep 2013 17:23:22 -0700 Merge
lana [Thu, 26 Sep 2013 17:23:22 -0700] rev 20228
Merge
Thu, 26 Sep 2013 16:37:21 +0530 Merge
sundar [Thu, 26 Sep 2013 16:37:21 +0530] rev 20227
Merge
Thu, 26 Sep 2013 11:47:24 +0200 8025486: RegExp constructor arguments are not evaluated in right order
hannesw [Thu, 26 Sep 2013 11:47:24 +0200] rev 20226
8025486: RegExp constructor arguments are not evaluated in right order Reviewed-by: sundar
Thu, 26 Sep 2013 10:14:24 +0200 8025197: String replace method fails with regexp /$/gi
hannesw [Thu, 26 Sep 2013 10:14:24 +0200] rev 20225
8025197: String replace method fails with regexp /$/gi Reviewed-by: sundar
Wed, 25 Sep 2013 16:37:56 +0200 8025434: RegExp lastIndex can exceed int range
hannesw [Wed, 25 Sep 2013 16:37:56 +0200] rev 20224
8025434: RegExp lastIndex can exceed int range Reviewed-by: lagergren, sundar
Wed, 25 Sep 2013 08:17:37 +0530 8025325: parseFloat does not handle '.' in exponent part
sundar [Wed, 25 Sep 2013 08:17:37 +0530] rev 20223
8025325: parseFloat does not handle '.' in exponent part Reviewed-by: hannesw
Tue, 24 Sep 2013 20:43:42 +0530 8025312: parseInt should convert 'radix' argument to ToInt32 even if empty string is parsed
sundar [Tue, 24 Sep 2013 20:43:42 +0530] rev 20222
8025312: parseInt should convert 'radix' argument to ToInt32 even if empty string is parsed Reviewed-by: jlaskey, hannesw
Mon, 23 Sep 2013 14:20:45 +0530 Merge
sundar [Mon, 23 Sep 2013 14:20:45 +0530] rev 20221
Merge
Sat, 21 Sep 2013 10:11:15 +0200 8025163: Date methods should not return -0
hannesw [Sat, 21 Sep 2013 10:11:15 +0200] rev 20220
8025163: Date methods should not return -0 Reviewed-by: lagergren, jlaskey
Fri, 20 Sep 2013 22:37:08 +0530 8025149: JSON.stringify does not handle 'space' argument as per the spec.
sundar [Fri, 20 Sep 2013 22:37:08 +0530] rev 20219
8025149: JSON.stringify does not handle 'space' argument as per the spec. Reviewed-by: jlaskey, hannesw
(0) -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 +10000 +30000 tip