jwilhelm [Wed, 09 Nov 2016 15:32:39 +0100] rev 42509
Merge
goetz [Mon, 31 Oct 2016 11:43:07 +0100] rev 42508
8166837: [TESTBUG] Fix tests on Linux/s390x
Reviewed-by: kvn, simonis
erikj [Tue, 13 Dec 2016 16:19:20 +0100] rev 42507
8171167: Build fails in Mach 5 with "File name too long."
Reviewed-by: tbell
erikj [Tue, 13 Dec 2016 12:31:43 +0100] rev 42506
8170878: JDK 9 fails to build when enabling Hotspot code coverage
Reviewed-by: ihse
mchung [Mon, 12 Dec 2016 18:56:32 -0800] rev 42505
8169925: Organize licenses by module in source, JMOD file, and run-time image
Reviewed-by: alanb, erikj, ihse, naoto, prr
Contributed-by: mandy.chung@oracle.com, jeannette.hung@oracle.com
lana [Wed, 14 Dec 2016 20:23:22 +0000] rev 42504
Added tag jdk-9+149 for changeset 2c48c5ffb581
duke [Wed, 05 Jul 2017 22:34:06 +0200] rev 42503
Added tag jdk-9+149 for changeset cf139f925da0
duke [Wed, 05 Jul 2017 22:34:05 +0200] rev 42502
Merge
duke [Wed, 05 Jul 2017 22:33:58 +0200] rev 42501
Merge
jlahoda [Mon, 12 Dec 2016 17:00:30 +0100] rev 42500
8153229: JavacFiler.checkFileReopening drowns in exceptions after Modular Runtime Images change
Summary: Using Path.equals instead of Files.isSameFile to speed up Filer checks
Reviewed-by: jjg
jlahoda [Mon, 12 Dec 2016 13:27:39 +0100] rev 42499
8147527: Wrong code generated for postfix unary operators
Summary: Avoiding use of duplicated tree nodes when these may be changed in place.
Reviewed-by: mcimadamore, jlahoda
Contributed-by: bsrbnd@gmail.com
jjg [Fri, 09 Dec 2016 16:24:50 -0800] rev 42498
8170251: Add javax.tools.Tool.name()
Reviewed-by: darcy, mchung
cushon [Fri, 09 Dec 2016 18:06:48 +0100] rev 42497
8170667: ClassReader assigns method parameters from MethodParameters incorrectly when long/double parameters are present
Summary: MethodParameters attribute does not skip a slot for long/double.
Reviewed-by: vromero, jlahoda
jjg [Thu, 08 Dec 2016 16:52:38 -0800] rev 42496
8170953: CheckResourceKeys tests should declare the resource package to be open
Reviewed-by: mchung
lana [Thu, 08 Dec 2016 21:21:48 +0000] rev 42495
Merge