bmoloden [Wed, 21 Dec 2016 14:41:48 +0300] rev 43389
8170918: Remove shell script from test/compiler/c2/cr7200264/TestIntVect.java
Reviewed-by: kvn
ihse [Fri, 03 Feb 2017 15:19:38 +0100] rev 43388
8004842: Unify values of boolean make variables set in configure to true/false
Reviewed-by: erikj
ihse [Fri, 03 Feb 2017 14:34:00 +0100] rev 43387
8059000: hgforest: pass options to serve command
Reviewed-by: erikj
Contributed-by: Michael Duigou <openjdk@duigou.org>
ihse [Fri, 03 Feb 2017 14:32:38 +0100] rev 43386
8172912: JTReg concurrency value must be limited
Reviewed-by: erikj
lana [Thu, 02 Feb 2017 21:55:29 +0000] rev 43385
Merge
dfuchs [Thu, 02 Feb 2017 16:50:38 +0000] rev 43384
8173607: JMX RMI connector should be in its own module
Summary: The JMX RMI connector is moved to a new java.management.rmi module.
Reviewed-by: mchung, erikj
ihse [Thu, 02 Feb 2017 12:05:51 +0100] rev 43383
8173107: Fix autoconf/spec.gmk mismatches
Reviewed-by: erikj, dholmes
mchung [Tue, 31 Jan 2017 20:06:23 -0800] rev 43382
8173608: Separate JDK management agent from java.management module
Reviewed-by: dfuchs, dholmes, erikj
lana [Thu, 02 Feb 2017 21:20:36 +0000] rev 43381
Added tag jdk-9+155 for changeset 58b8748ef90d
duke [Wed, 05 Jul 2017 22:46:25 +0200] rev 43380
Added tag jdk-9+155 for changeset f4aff695ffe0
duke [Wed, 05 Jul 2017 22:46:23 +0200] rev 43379
Merge
duke [Wed, 05 Jul 2017 22:46:16 +0200] rev 43378
Merge
henryjen [Tue, 31 Jan 2017 13:55:03 -0800] rev 43377
8172309: classpath wildcards code does not support --class-path
Reviewed-by: jjg, ksrini
jjg [Mon, 30 Jan 2017 17:43:18 -0800] rev 43376
8172810: ModuleElement should declare and provide appropriate modifiers
Reviewed-by: darcy
darcy [Mon, 30 Jan 2017 15:08:38 -0800] rev 43375
8173609: Elements.printElements needs to support modules
Reviewed-by: forax, jjg
jjg [Fri, 27 Jan 2017 15:49:14 -0800] rev 43374
8081820: javadoc does not report warnings in case of multiple "@param" tags for the same parameter and multiple "@return" tags for the same method.
Reviewed-by: jjg
Contributed-by: istomin.den@gmail.com
bpatel [Thu, 26 Jan 2017 16:53:56 -0800] rev 43373
8173419: Javadoc fix 8166175 results in test failures
Reviewed-by: jjg, ksrini
jjg [Thu, 26 Jan 2017 14:35:04 -0800] rev 43372
8173312: Hide support for --inherit-runtime-environment
Reviewed-by: mchung
lana [Thu, 26 Jan 2017 21:20:40 +0000] rev 43371
Merge
bpatel [Thu, 26 Jan 2017 13:01:12 -0800] rev 43370
8166175: javadoc search doesn't work on local doc bundles
Reviewed-by: jjg, ksrini
jlahoda [Thu, 26 Jan 2017 14:14:01 +0100] rev 43369
8173068: ElementUtils getPackageElement does not allow for an unnamed package
Summary: Removing special handling of unnamed packages in Elements.getPackageElement.
Reviewed-by: darcy, jjg, ksrini
jlahoda [Thu, 26 Jan 2017 14:11:38 +0100] rev 43368
8067747: javac throws exception during compilation when annotation processing is enabled
Summary: Enforcing Filer rules regarding initial inputs, to avoid downstream problems.
Reviewed-by: darcy, jjg
rfield [Wed, 25 Jan 2017 10:43:41 -0800] rev 43367
8171343: jshell tool: missing options: --help-extra --show-version
Reviewed-by: jlahoda
rfield [Wed, 25 Jan 2017 10:22:06 -0800] rev 43366
8173232: JShell tests: ReplaceTest takes too long
8173234: JShell tests: remove from ProblemList jdk/jshell/ToolFormatTest.java
8173204: JShell tests: ProblemList jdk/jshell/UserJdiUserRemoteTest.java
Reviewed-by: jlahoda
jjg [Tue, 24 Jan 2017 17:36:41 -0800] rev 43365
8041793: javap misses newline after printing AnnotationDefault
Reviewed-by: jjg
Contributed-by: istomin.den@gmail.com
jjg [Tue, 24 Jan 2017 16:18:24 -0800] rev 43364
8051768: Inconsistent output for Visible and InvisibleParameterAnnotations
Reviewed-by: jjg
Contributed-by: istomin.den@gmail.com
jlahoda [Tue, 24 Jan 2017 13:29:58 +0100] rev 43363
8153759: jshell tool: Smart completion detection is not reliable
Summary: Reverting back to smart completion if any action follows a completion action.
Reviewed-by: rfield
lana [Thu, 26 Jan 2017 19:22:40 +0000] rev 43362
Added tag jdk-9+154 for changeset 692b0dfbb390
duke [Wed, 05 Jul 2017 22:46:04 +0200] rev 43361
Merge
lana [Thu, 26 Jan 2017 19:22:38 +0000] rev 43360
Added tag jdk-9+154 for changeset fc31f9d07a66
duke [Wed, 05 Jul 2017 22:45:57 +0200] rev 43359
Merge
dfuchs [Fri, 27 Jan 2017 20:33:34 +0000] rev 43358
8173260: CatalogManager.catalogResolver should not fail when non-existing URI is passed to it
Summary: removed the code that special cased file and jar and threw IAE if the file did not exist.
Reviewed-by: alanb, lancea