Wed, 21 Oct 2015 17:52:43 +0530 8138729: javac -parameters should not emit parameter names for lambda expressions
sadayapalam [Wed, 21 Oct 2015 17:52:43 +0530] rev 33364
8138729: javac -parameters should not emit parameter names for lambda expressions Reviewed-by: mcimadamore
Tue, 20 Oct 2015 15:25:41 +0530 8139836: Can't use super::x method reference when x is protected
sadayapalam [Tue, 20 Oct 2015 15:25:41 +0530] rev 33363
8139836: Can't use super::x method reference when x is protected Summary: Javac incorrectly diasllows reference to a protected method from a super class in method reference expressions. Reviewed-by: mcimadamore
Mon, 19 Oct 2015 19:15:16 +0200 8134254: JShell API/tool: REPL for Java into JDK9
jlahoda [Mon, 19 Oct 2015 19:15:16 +0200] rev 33362
8134254: JShell API/tool: REPL for Java into JDK9 Summary: Adding the implementation of the jshell (read-eval-print-loop) tool. Reviewed-by: briangoetz, mcimadamore, psandoz, forax Contributed-by: robert.field@oracle.com, bitterfoxc@gmail.com, jan.lahoda@oracle.com
Mon, 19 Oct 2015 12:41:45 +0200 8139751: Javac crash with -XDallowStringFolding=false
jlahoda [Mon, 19 Oct 2015 12:41:45 +0200] rev 33361
8139751: Javac crash with -XDallowStringFolding=false Summary: When string folding is disabled, need to keep the original expression. Reviewed-by: mcimadamore
Fri, 11 Sep 2015 16:34:24 -0700 8078320: Improve DocTrees parsing.
ksrini [Fri, 11 Sep 2015 16:34:24 -0700] rev 33360
8078320: Improve DocTrees parsing. Reviewed-by: jjg, jlahoda
Thu, 22 Oct 2015 08:47:52 -0700 Added tag jdk9-b88 for changeset a754462959d5
lana [Thu, 22 Oct 2015 08:47:52 -0700] rev 33359
Added tag jdk9-b88 for changeset a754462959d5
Wed, 05 Jul 2017 20:56:44 +0200 Merge
duke [Wed, 05 Jul 2017 20:56:44 +0200] rev 33358
Merge
Thu, 22 Oct 2015 08:47:47 -0700 Added tag jdk9-b88 for changeset 9d153359b8ff
lana [Thu, 22 Oct 2015 08:47:47 -0700] rev 33357
Added tag jdk9-b88 for changeset 9d153359b8ff
Wed, 05 Jul 2017 20:56:39 +0200 Merge
duke [Wed, 05 Jul 2017 20:56:39 +0200] rev 33356
Merge
Thu, 22 Oct 2015 11:14:41 -0700 Merge
lana [Thu, 22 Oct 2015 11:14:41 -0700] rev 33355
Merge
Wed, 21 Oct 2015 18:38:39 -0700 Merge
lana [Wed, 21 Oct 2015 18:38:39 -0700] rev 33354
Merge
Tue, 07 Jul 2015 16:57:55 -0700 8130078: Document better processing
joehw [Tue, 07 Jul 2015 16:57:55 -0700] rev 33353
8130078: Document better processing Reviewed-by: dfuchs, lancea, ahgross
Tue, 07 Jul 2015 15:56:38 -0700 8086733: Improve namespace handling
joehw [Tue, 07 Jul 2015 15:56:38 -0700] rev 33352
8086733: Improve namespace handling Reviewed-by: dfuchs, lancea, ahgross
Tue, 26 May 2015 10:37:23 -0700 8078427: More supportive home environment
joehw [Tue, 26 May 2015 10:37:23 -0700] rev 33351
8078427: More supportive home environment Reviewed-by: dfuchs, lancea, skoivu
Tue, 12 May 2015 10:02:21 -0700 8079323: Serialization compatibility for Templates: need to exclude Hashtable from serialization
joehw [Tue, 12 May 2015 10:02:21 -0700] rev 33350
8079323: Serialization compatibility for Templates: need to exclude Hashtable from serialization Reviewed-by: dfuchs, lancea, hawtin
Sat, 18 Apr 2015 00:17:19 -0700 8068842: Better JAXP data handling
joehw [Sat, 18 Apr 2015 00:17:19 -0700] rev 33349
8068842: Better JAXP data handling Reviewed-by: dfuchs, lancea, hawtin
Thu, 22 Oct 2015 08:47:46 -0700 Added tag jdk9-b88 for changeset bd51fb758778
lana [Thu, 22 Oct 2015 08:47:46 -0700] rev 33348
Added tag jdk9-b88 for changeset bd51fb758778
Wed, 05 Jul 2017 20:56:29 +0200 Merge
duke [Wed, 05 Jul 2017 20:56:29 +0200] rev 33347
Merge
Thu, 22 Oct 2015 11:12:39 -0700 Merge
lana [Thu, 22 Oct 2015 11:12:39 -0700] rev 33346
Merge
Thu, 22 Oct 2015 10:43:10 +0200 8140273: restore use of CompositeOperation.contains where it is needed
attila [Thu, 22 Oct 2015 10:43:10 +0200] rev 33345
8140273: restore use of CompositeOperation.contains where it is needed Reviewed-by: hannesw, sundar
Wed, 21 Oct 2015 18:39:15 -0700 Merge
lana [Wed, 21 Oct 2015 18:39:15 -0700] rev 33344
Merge
Wed, 21 Oct 2015 19:33:58 +0200 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila [Wed, 21 Oct 2015 19:33:58 +0200] rev 33343
8139931: Introduce Operation objects in Dynalink instead of string encoding Reviewed-by: hannesw, sundar
Wed, 21 Oct 2015 10:42:20 +0200 8139919: Make CallSiteDescriptor a concrete class
attila [Wed, 21 Oct 2015 10:42:20 +0200] rev 33342
8139919: Make CallSiteDescriptor a concrete class Reviewed-by: hannesw, lagergren, sundar
Wed, 21 Oct 2015 10:41:54 +0200 8139905: Add a convenience AccessControlContext factory
attila [Wed, 21 Oct 2015 10:41:54 +0200] rev 33341
8139905: Add a convenience AccessControlContext factory Reviewed-by: hannesw, sundar
Tue, 20 Oct 2015 23:34:46 +0200 8139895: Introduce GuardingDynamicLinkerExporter
attila [Tue, 20 Oct 2015 23:34:46 +0200] rev 33340
8139895: Introduce GuardingDynamicLinkerExporter Reviewed-by: hannesw, sundar
Tue, 20 Oct 2015 23:34:16 +0200 8139888: Improve Dynalink JavaDoc some more
attila [Tue, 20 Oct 2015 23:34:16 +0200] rev 33339
8139888: Improve Dynalink JavaDoc some more Reviewed-by: hannesw, sundar
Tue, 20 Oct 2015 23:33:39 +0200 8139887: Reduce visibility of few methods in TypeUtilities and Guards API
attila [Tue, 20 Oct 2015 23:33:39 +0200] rev 33338
8139887: Reduce visibility of few methods in TypeUtilities and Guards API Reviewed-by: hannesw, sundar
Tue, 20 Oct 2015 23:33:18 +0200 8139761: Improve Dynalink class nomenclature and package organization
attila [Tue, 20 Oct 2015 23:33:18 +0200] rev 33337
8139761: Improve Dynalink class nomenclature and package organization Reviewed-by: hannesw, sundar
Mon, 19 Oct 2015 22:36:03 +0200 8139884: Use privileged blocks when working with class loaders
attila [Mon, 19 Oct 2015 22:36:03 +0200] rev 33336
8139884: Use privileged blocks when working with class loaders Reviewed-by: hannesw, mhaupt, sundar
Mon, 19 Oct 2015 18:24:47 +0200 8139756: Eliminate GuardedTypeConversion, DynamicLinker.getCurrentLinkRequest and its associated permission
attila [Mon, 19 Oct 2015 18:24:47 +0200] rev 33335
8139756: Eliminate GuardedTypeConversion, DynamicLinker.getCurrentLinkRequest and its associated permission Reviewed-by: hannesw, sundar
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip