Thu, 24 Aug 2017 16:25:50 +0200 Added tag jdk-9+176 for changeset 43bf6f30fcba
duke [Thu, 24 Aug 2017 16:25:50 +0200] rev 45773
Added tag jdk-9+176 for changeset 43bf6f30fcba
Thu, 24 Aug 2017 16:25:49 +0200 Merge jdk-9+176
duke [Thu, 24 Aug 2017 16:25:49 +0200] rev 45772
Merge
Mon, 26 Jun 2017 18:48:31 -0700 8182736: javadoc generates bad names and broken module graph links
jjg [Mon, 26 Jun 2017 18:48:31 -0700] rev 45771
8182736: javadoc generates bad names and broken module graph links Reviewed-by: jjg, bpatel, darcy, ksrini Contributed-by: bhavesh.patel@oracle.com, jonathan.gibbons@oracle.com
Thu, 24 Aug 2017 16:25:38 +0200 Merge
duke [Thu, 24 Aug 2017 16:25:38 +0200] rev 45770
Merge
Mon, 26 Jun 2017 18:48:25 -0700 8182736: javadoc generates bad names and broken module graph links
jjg [Mon, 26 Jun 2017 18:48:25 -0700] rev 45769
8182736: javadoc generates bad names and broken module graph links Reviewed-by: jjg, bpatel, darcy, ksrini Contributed-by: bhavesh.patel@oracle.com, jonathan.gibbons@oracle.com
Fri, 23 Jun 2017 14:32:59 -0400 8182652: RuntimePermission("usePolicy") is not a Java SE permission
mullan [Fri, 23 Jun 2017 14:32:59 -0400] rev 45768
8182652: RuntimePermission("usePolicy") is not a Java SE permission Reviewed-by: mchung
Thu, 24 Aug 2017 16:25:30 +0200 Merge
duke [Thu, 24 Aug 2017 16:25:30 +0200] rev 45767
Merge
Fri, 23 Jun 2017 09:33:21 +0200 8181742: Load that bypasses arraycopy has wrong memory state
roland [Fri, 23 Jun 2017 09:33:21 +0200] rev 45766
8181742: Load that bypasses arraycopy has wrong memory state Summary: Set load memory edge to the memory state right before the arraycopy. Reviewed-by: kvn, thartmann
Thu, 24 Aug 2017 16:25:23 +0200 Merge
duke [Thu, 24 Aug 2017 16:25:23 +0200] rev 45765
Merge
Thu, 22 Jun 2017 19:23:32 +0000 Merge
lana [Thu, 22 Jun 2017 19:23:32 +0000] rev 45764
Merge
Wed, 21 Jun 2017 12:51:25 +0200 8179892: Update build documentation for JDK 9
ihse [Wed, 21 Jun 2017 12:51:25 +0200] rev 45763
8179892: Update build documentation for JDK 9 Reviewed-by: erikj
Thu, 24 Aug 2017 16:25:09 +0200 Added tag jdk-10+14 for changeset 9ef5029b247b
duke [Thu, 24 Aug 2017 16:25:09 +0200] rev 45762
Added tag jdk-10+14 for changeset 9ef5029b247b
Thu, 24 Aug 2017 16:25:08 +0200 Merge jdk-10+14
duke [Thu, 24 Aug 2017 16:25:08 +0200] rev 45761
Merge
Thu, 24 Aug 2017 16:24:56 +0200 Merge
duke [Thu, 24 Aug 2017 16:24:56 +0200] rev 45760
Merge
Thu, 24 Aug 2017 16:24:52 +0200 Merge
duke [Thu, 24 Aug 2017 16:24:52 +0200] rev 45759
Merge
Mon, 03 Jul 2017 12:58:30 +0530 8068836: Error message should be updated when Override is used with static methods
sadayapalam [Mon, 03 Jul 2017 12:58:30 +0530] rev 45758
8068836: Error message should be updated when Override is used with static methods Summary: Issue a more direct, specific error when @Override annotation is used with a static method Reviewed-by: sadayapalam Contributed-by: priya.lakshmi.muthuswamy@oracle.com
Fri, 30 Jun 2017 20:03:07 +0200 8183021: JShell tests: Fix failing tests on Windows
jlahoda [Fri, 30 Jun 2017 20:03:07 +0200] rev 45757
8183021: JShell tests: Fix failing tests on Windows Reviewed-by: jjg, rfield
Fri, 30 Jun 2017 05:47:35 -0700 8182047: javac compile error on type-parameter-exceptions in lambda expressions
vromero [Fri, 30 Jun 2017 05:47:35 -0700] rev 45756
8182047: javac compile error on type-parameter-exceptions in lambda expressions Reviewed-by: mcimadamore
Thu, 29 Jun 2017 14:32:39 -0700 8183255: Fix langtools TEST.groups file after fix for JDK-8177511
darcy [Thu, 29 Jun 2017 14:32:39 -0700] rev 45755
8183255: Fix langtools TEST.groups file after fix for JDK-8177511 Reviewed-by: jjg
Thu, 29 Jun 2017 08:24:25 -0700 8182649: Unable to integrate due to compilation error
vromero [Thu, 29 Jun 2017 08:24:25 -0700] rev 45754
8182649: Unable to integrate due to compilation error Reviewed-by: mcimadamore
Thu, 29 Jun 2017 07:19:44 -0700 8182747: javac crashes on bad annotation value
vromero [Thu, 29 Jun 2017 07:19:44 -0700] rev 45753
8182747: javac crashes on bad annotation value Reviewed-by: mcimadamore
Wed, 28 Jun 2017 14:46:18 -0700 8183148: cleanup ModuleSymbol.getSimpleName
vromero [Wed, 28 Jun 2017 14:46:18 -0700] rev 45752
8183148: cleanup ModuleSymbol.getSimpleName Reviewed-by: jjg
Wed, 28 Jun 2017 11:27:31 -0700 8183142: Add bugids=dup to .jcheck/conf files for JDK 10
iris [Wed, 28 Jun 2017 11:27:31 -0700] rev 45751
8183142: Add bugids=dup to .jcheck/conf files for JDK 10 Reviewed-by: mr
Tue, 27 Jun 2017 15:30:21 +0530 8058408: Compiler should emit a clearer message for invalid parenthesized expression
sadayapalam [Tue, 27 Jun 2017 15:30:21 +0530] rev 45750
8058408: Compiler should emit a clearer message for invalid parenthesized expression Reviewed-by: sadayapalam Contributed-by: priya.lakshmi.muthuswamy@oracle.com
Mon, 26 Jun 2017 18:43:00 -0700 8177847: jshell tool: retain delete of non-retained mode does not locally delete
rfield [Mon, 26 Jun 2017 18:43:00 -0700] rev 45749
8177847: jshell tool: retain delete of non-retained mode does not locally delete Reviewed-by: jlahoda
Mon, 26 Jun 2017 14:16:34 -0700 8182268: JShell: CompletionInfo.source() for CONSIDERED_INCOMPLETE missing semicolon
rfield [Mon, 26 Jun 2017 14:16:34 -0700] rev 45748
8182268: JShell: CompletionInfo.source() for CONSIDERED_INCOMPLETE missing semicolon Reviewed-by: jlahoda
Sun, 25 Jun 2017 13:42:31 -0700 8176110: JShell: completions with package results should, in most cases, be dot terminated
rfield [Sun, 25 Jun 2017 13:42:31 -0700] rev 45747
8176110: JShell: completions with package results should, in most cases, be dot terminated Reviewed-by: jlahoda
Sun, 25 Jun 2017 13:38:26 -0700 8182489: jshell tool: rerun multiline snippet from history corrupts history
rfield [Sun, 25 Jun 2017 13:38:26 -0700] rev 45746
8182489: jshell tool: rerun multiline snippet from history corrupts history Reviewed-by: jlahoda
Sat, 24 Jun 2017 02:59:27 +0000 Added tag jdk-10+13 for changeset 8d019eee3515
lana [Sat, 24 Jun 2017 02:59:27 +0000] rev 45745
Added tag jdk-10+13 for changeset 8d019eee3515
Sat, 24 Jun 2017 00:32:07 +0000 Merge
lana [Sat, 24 Jun 2017 00:32:07 +0000] rev 45744
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip