Wed, 05 Jul 2017 20:38:06 +0200 Added tag jdk9-b69 for changeset d69c968463f0
duke [Wed, 05 Jul 2017 20:38:06 +0200] rev 31120
Added tag jdk9-b69 for changeset d69c968463f0
Wed, 05 Jul 2017 20:38:06 +0200 Merge jdk9-b69
duke [Wed, 05 Jul 2017 20:38:06 +0200] rev 31119
Merge
Wed, 05 Jul 2017 20:38:03 +0200 Merge
duke [Wed, 05 Jul 2017 20:38:03 +0200] rev 31118
Merge
Thu, 11 Jun 2015 20:19:56 -0700 Merge
lana [Thu, 11 Jun 2015 20:19:56 -0700] rev 31117
Merge
Wed, 10 Jun 2015 11:18:10 +0200 8087115: Due to a javac type inference issue, sjavac doesn't compile with 8u31
alundblad [Wed, 10 Jun 2015 11:18:10 +0200] rev 31116
8087115: Due to a javac type inference issue, sjavac doesn't compile with 8u31 Summary: Added explicit type arguments. Reviewed-by: jlahoda
Tue, 09 Jun 2015 15:57:45 +0200 8054717: SJavac should track changes in the public apis of classpath classes!
alundblad [Tue, 09 Jun 2015 15:57:45 +0200] rev 31115
8054717: SJavac should track changes in the public apis of classpath classes! Summary: Added functionality for tracking changes in public APIs of classpath classes. Reviewed-by: jlahoda, erikj
Tue, 09 Jun 2015 11:52:13 +0200 8082311: NPE when compiling expression with \"^\"
jlahoda [Tue, 09 Jun 2015 11:52:13 +0200] rev 31114
8082311: NPE when compiling expression with \"^\" Summary: Using BinaryNumericOperator for numeric bitwise operators and BinaryBooleanOperator for boolean bitwise operators, as the common BinaryBitwiseOperator allowed to incorrectly combine numeric and boolean operands Reviewed-by: mcimadamore
Fri, 05 Jun 2015 18:43:11 +0530 8081521: Compiler has trouble compiling nested diamond allocation constructs involving anonymous classes.
sadayapalam [Fri, 05 Jun 2015 18:43:11 +0530] rev 31113
8081521: Compiler has trouble compiling nested diamond allocation constructs involving anonymous classes. Reviewed-by: mcimadamore
Thu, 11 Jun 2015 10:44:19 -0700 Added tag jdk9-b68 for changeset 9bccf568791d
lana [Thu, 11 Jun 2015 10:44:19 -0700] rev 31112
Added tag jdk9-b68 for changeset 9bccf568791d
Wed, 05 Jul 2017 20:37:58 +0200 Merge
duke [Wed, 05 Jul 2017 20:37:58 +0200] rev 31111
Merge
Thu, 11 Jun 2015 20:20:05 -0700 Merge
lana [Thu, 11 Jun 2015 20:20:05 -0700] rev 31110
Merge
Fri, 05 Jun 2015 15:05:55 +0200 8072839: JAX-B Plugability Layer: using java.util.ServiceLoader
mkos [Fri, 05 Jun 2015 15:05:55 +0200] rev 31109
8072839: JAX-B Plugability Layer: using java.util.ServiceLoader Reviewed-by: alanb
Thu, 11 Jun 2015 10:44:13 -0700 Added tag jdk9-b68 for changeset e8e25f52dbd0
lana [Thu, 11 Jun 2015 10:44:13 -0700] rev 31108
Added tag jdk9-b68 for changeset e8e25f52dbd0
Wed, 05 Jul 2017 20:37:55 +0200 Merge
duke [Wed, 05 Jul 2017 20:37:55 +0200] rev 31107
Merge
Thu, 11 Jun 2015 20:18:44 -0700 Merge
lana [Thu, 11 Jun 2015 20:18:44 -0700] rev 31106
Merge
Mon, 08 Jun 2015 22:08:47 -0700 8080908: Develop test for Xerces Update: XPointer
joehw [Mon, 08 Jun 2015 22:08:47 -0700] rev 31105
8080908: Develop test for Xerces Update: XPointer Reviewed-by: lancea, joehw Contributed-by: frank.yuan@oracle.com
Mon, 08 Jun 2015 21:59:07 -0700 8080906: Develop test for Xerces Update: DOM L3 Serializer
joehw [Mon, 08 Jun 2015 21:59:07 -0700] rev 31104
8080906: Develop test for Xerces Update: DOM L3 Serializer Reviewed-by: lancea, joehw Contributed-by: frank.yuan@oracle.com
Thu, 11 Jun 2015 10:44:12 -0700 Added tag jdk9-b68 for changeset 09305604d861
lana [Thu, 11 Jun 2015 10:44:12 -0700] rev 31103
Added tag jdk9-b68 for changeset 09305604d861
Wed, 05 Jul 2017 20:37:51 +0200 Merge
duke [Wed, 05 Jul 2017 20:37:51 +0200] rev 31102
Merge
Thu, 11 Jun 2015 20:19:14 -0700 Merge
lana [Thu, 11 Jun 2015 20:19:14 -0700] rev 31101
Merge
Thu, 11 Jun 2015 13:33:34 +0530 8087136: regression: apply on $EXEC fails with ClassCastException
sundar [Thu, 11 Jun 2015 13:33:34 +0530] rev 31100
8087136: regression: apply on $EXEC fails with ClassCastException Reviewed-by: hannesw, lagergren
Tue, 09 Jun 2015 09:27:02 +0200 8080490: add $EXECV command to Nashorn scripting mode
mhaupt [Tue, 09 Jun 2015 09:27:02 +0200] rev 31099
8080490: add $EXECV command to Nashorn scripting mode Summary: Additional arguments to the command line can be passed as a single array, or as a sequence of varargs. Reviewed-by: attila, hannesw
Tue, 09 Jun 2015 14:19:57 +0530 8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
sundar [Tue, 09 Jun 2015 14:19:57 +0530] rev 31098
8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option Reviewed-by: attila, hannesw
Mon, 08 Jun 2015 10:28:04 +0200 8085885: address Javadoc warnings in Nashorn source code
mhaupt [Mon, 08 Jun 2015 10:28:04 +0200] rev 31097
8085885: address Javadoc warnings in Nashorn source code Reviewed-by: hannesw, lagergren
Mon, 08 Jun 2015 14:10:39 +0530 8085937: add autoimports sample script to easily explore Java classes in interactive mode
sundar [Mon, 08 Jun 2015 14:10:39 +0530] rev 31096
8085937: add autoimports sample script to easily explore Java classes in interactive mode Reviewed-by: lagergren, attila
Mon, 08 Jun 2015 13:57:44 +0530 8085802: Nashorn -nse option causes parse error on anonymous function definition
sundar [Mon, 08 Jun 2015 13:57:44 +0530] rev 31095
8085802: Nashorn -nse option causes parse error on anonymous function definition Reviewed-by: lagergren, attila
Fri, 05 Jun 2015 19:05:37 +0530 8085810: Return value of Objects.requireNonNull call can be used
sundar [Fri, 05 Jun 2015 19:05:37 +0530] rev 31094
8085810: Return value of Objects.requireNonNull call can be used Reviewed-by: lagergren, attila
Fri, 05 Jun 2015 12:38:53 +0200 8080087: Nashorn $ENV.PWD is originally undefined
mhaupt [Fri, 05 Jun 2015 12:38:53 +0200] rev 31093
8080087: Nashorn $ENV.PWD is originally undefined Summary: On Windows, the PWD environment variable does not exist and cannot be imported in scripting mode, so it is set explicitly. Reviewed-by: lagergren, sundar
Thu, 11 Jun 2015 10:44:20 -0700 Added tag jdk9-b68 for changeset 4b727de06e46
lana [Thu, 11 Jun 2015 10:44:20 -0700] rev 31092
Added tag jdk9-b68 for changeset 4b727de06e46
Wed, 05 Jul 2017 20:37:47 +0200 Merge
duke [Wed, 05 Jul 2017 20:37:47 +0200] rev 31091
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip