Fri, 30 Oct 2015 06:46:10 +0100 8140781: Remove _MARKING_STATS_ from the G1 code
brutisso [Fri, 30 Oct 2015 06:46:10 +0100] rev 33733
8140781: Remove _MARKING_STATS_ from the G1 code Reviewed-by: kbarrett, david
Fri, 30 Oct 2015 00:23:07 -0400 8129526: Solaris: clean up another remnant of interruptible I/O
dholmes [Fri, 30 Oct 2015 00:23:07 -0400] rev 33732
8129526: Solaris: clean up another remnant of interruptible I/O Reviewed-by: fparain, dcubed
Thu, 29 Oct 2015 21:38:25 -0400 Merge
dholmes [Thu, 29 Oct 2015 21:38:25 -0400] rev 33731
Merge
Thu, 29 Oct 2015 12:04:04 -0700 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests
cjplummer [Thu, 29 Oct 2015 12:04:04 -0700] rev 33730
8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests Summary: Use new external.lib.roots property in TEST.ROOT so /../../test/lib is not needed. Reviewed-by: mseledtsov, sla, iklam
Thu, 29 Oct 2015 18:59:22 -0400 8131045: Obsolete JNIDetachReleasesMonitors
dholmes [Thu, 29 Oct 2015 18:59:22 -0400] rev 33729
8131045: Obsolete JNIDetachReleasesMonitors Reviewed-by: dcubed, dsimms, sspitsyn
Thu, 12 Nov 2015 14:13:49 -0800 Merge
lana [Thu, 12 Nov 2015 14:13:49 -0800] rev 33728
Merge
Thu, 19 Nov 2015 09:36:21 -0800 Added tag jdk9-b93 for changeset 7ca001ccf8c1
lana [Thu, 19 Nov 2015 09:36:21 -0800] rev 33727
Added tag jdk9-b93 for changeset 7ca001ccf8c1
Fri, 20 Nov 2015 15:38:28 -0800 Merge
lana [Fri, 20 Nov 2015 15:38:28 -0800] rev 33726
Merge
Fri, 20 Nov 2015 19:25:45 +0100 8140364: JEP 264 Platform Logger API and Service Implementation
dfuchs [Fri, 20 Nov 2015 19:25:45 +0100] rev 33725
8140364: JEP 264 Platform Logger API and Service Implementation Summary: Initial implementation for JEP 264 Platform Logger API and Service Reviewed-by: mchung, psandoz, rriggs
Fri, 20 Nov 2015 08:35:23 +0800 8056174: New APIs for jar signing
weijun [Fri, 20 Nov 2015 08:35:23 +0800] rev 33724
8056174: New APIs for jar signing Reviewed-by: mullan
Mon, 16 Nov 2015 22:49:45 +0000 8142367: Allow files with .png extension to be copied for javadoc
bpatel [Mon, 16 Nov 2015 22:49:45 +0000] rev 33723
8142367: Allow files with .png extension to be copied for javadoc Reviewed-by: erikj
Mon, 16 Nov 2015 10:47:24 +0100 8143036: Make install target does not depend on images
erikj [Mon, 16 Nov 2015 10:47:24 +0100] rev 33722
8143036: Make install target does not depend on images Reviewed-by: alanb
Thu, 12 Nov 2015 14:12:53 -0800 Merge
lana [Thu, 12 Nov 2015 14:12:53 -0800] rev 33721
Merge
Thu, 19 Nov 2015 09:36:17 -0800 Added tag jdk9-b93 for changeset 24d8c58c9dcd
lana [Thu, 19 Nov 2015 09:36:17 -0800] rev 33720
Added tag jdk9-b93 for changeset 24d8c58c9dcd
Wed, 05 Jul 2017 21:00:56 +0200 Added tag jdk9-b93 for changeset 09206c6513b3
duke [Wed, 05 Jul 2017 21:00:56 +0200] rev 33719
Added tag jdk9-b93 for changeset 09206c6513b3
Wed, 05 Jul 2017 21:00:56 +0200 Merge jdk9-b93
duke [Wed, 05 Jul 2017 21:00:56 +0200] rev 33718
Merge
Wed, 05 Jul 2017 21:00:52 +0200 Merge
duke [Wed, 05 Jul 2017 21:00:52 +0200] rev 33717
Merge
Thu, 12 Nov 2015 18:27:43 -0800 Merge
lana [Thu, 12 Nov 2015 18:27:43 -0800] rev 33716
Merge
Thu, 12 Nov 2015 15:10:01 +0100 8141092: JShell: Completion hangs on identifier completion
jlahoda [Thu, 12 Nov 2015 15:10:01 +0100] rev 33715
8141092: JShell: Completion hangs on identifier completion Summary: Avoiding recursive search when computing package completion. Reviewed-by: mcimadamore, rfield
Thu, 12 Nov 2015 08:48:42 +0100 8142384: JShell tool: New command: /imports, /i which show the list of imported packages or classes, etc...
shinyafox [Thu, 12 Nov 2015 08:48:42 +0100] rev 33714
8142384: JShell tool: New command: /imports, /i which show the list of imported packages or classes, etc... Reviewed-by: rfield, jlahoda
Thu, 12 Nov 2015 08:39:23 +0530 8139255: javac reports "cannot override" messages instead of "cannot hide" messages for static methods
sadayapalam [Thu, 12 Nov 2015 08:39:23 +0530] rev 33713
8139255: javac reports "cannot override" messages instead of "cannot hide" messages for static methods Summary: Improve clarity of javac messages by discriminating hiding scenerio from overriding Reviewed-by: mcimadamore, sadayapalam Contributed-by: srinivas.dama@oracle.com
Thu, 12 Nov 2015 06:13:14 +0530 8136419: Type annotations in initializers and lambda bodies not written to class file
sadayapalam [Thu, 12 Nov 2015 06:13:14 +0530] rev 33712
8136419: Type annotations in initializers and lambda bodies not written to class file Reviewed-by: jlahoda
Thu, 12 Nov 2015 05:59:47 +0530 8142476: Call site initialization exception caused by LambdaConversionException: Invalid receiver type
sadayapalam [Thu, 12 Nov 2015 05:59:47 +0530] rev 33711
8142476: Call site initialization exception caused by LambdaConversionException: Invalid receiver type Summary: Incorrect handling of intersection typed receiver in method references results in call site initialization exception Reviewed-by: mcimadamore
Wed, 11 Nov 2015 18:46:03 +0530 8141508: java.lang.invoke.LambdaConversionException: Invalid receiver type
sadayapalam [Wed, 11 Nov 2015 18:46:03 +0530] rev 33710
8141508: java.lang.invoke.LambdaConversionException: Invalid receiver type Summary: Incorrect handling of intersection type parameter of functional interface descriptor results in call site initialization exception Reviewed-by: mcimadamore
Wed, 11 Nov 2015 17:13:10 +0530 8142467: Remove all references Flags.IPROXY
sadayapalam [Wed, 11 Nov 2015 17:13:10 +0530] rev 33709
8142467: Remove all references Flags.IPROXY Summary: Remove all references to flag bit IPROXY that has fallen into disuse. Reviewed-by: mcimadamore
Tue, 10 Nov 2015 11:49:14 +0000 8141613: Compiler fails to infer generic type
mcimadamore [Tue, 10 Nov 2015 11:49:14 +0000] rev 33708
8141613: Compiler fails to infer generic type Summary: Repeated capture of same expression leads to erroneous inference constraints Reviewed-by: vromero
Mon, 09 Nov 2015 16:03:30 +0000 8141639: Signatures in Lower could be made tighter by using JCExpression instead of JCTree
mcimadamore [Mon, 09 Nov 2015 16:03:30 +0000] rev 33707
8141639: Signatures in Lower could be made tighter by using JCExpression instead of JCTree Summary: Make signatures of Lower methods more specific Reviewed-by: jlahoda
Mon, 09 Nov 2015 05:45:22 +0530 8129740: Incorrect class file created when passing lambda in inner class constructor
sadayapalam [Mon, 09 Nov 2015 05:45:22 +0530] rev 33706
8129740: Incorrect class file created when passing lambda in inner class constructor Summary: Lambda implementation method must be static when lambda is an argument to an explicit constructor call. Reviewed-by: mcimadamore, jlahoda
Fri, 06 Nov 2015 14:45:44 +0530 8138612: Do not retain declaration annotations on lambda formal parameters
sadayapalam [Fri, 06 Nov 2015 14:45:44 +0530] rev 33705
8138612: Do not retain declaration annotations on lambda formal parameters Reviewed-by: jlahoda
Thu, 12 Nov 2015 10:39:10 -0800 Added tag jdk9-b92 for changeset 27b563ba49e8
lana [Thu, 12 Nov 2015 10:39:10 -0800] rev 33704
Added tag jdk9-b92 for changeset 27b563ba49e8
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip