dfuchs [Thu, 02 Feb 2017 16:50:46 +0000] rev 43503
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
redestad [Thu, 02 Feb 2017 12:28:23 +0100] rev 43502
8160302: Reduce number of lambdas created when loading java.util.regex.Pattern
Reviewed-by: sherman, martin
clanger [Thu, 02 Feb 2017 10:28:47 +0100] rev 43501
8170868: DefaultProxySelector should use system defaults on Windows, MacOS and Gnome
Reviewed-by: chegar, simonis, clanger, stuefe, erikj
Contributed-by: arno.zeller@sap.com
anazarov [Wed, 01 Feb 2017 23:33:39 +0300] rev 43500
8075616: Create tests to check schemagen work with multi-version jar
8075617: Create tests to check wsgen work with multi-version jar
Reviewed-by: alanb, lancea
henryjen [Wed, 01 Feb 2017 11:05:33 -0800] rev 43499
8171524: jar --help doesn't provide information that stdout and stdin can be used as output and input for tool
Reviewed-by: sherman
henryjen [Wed, 01 Feb 2017 09:52:46 -0800] rev 43498
8173758: tools/javac/Paths/wcMineField.sh failing with java.lang.ClassNotFoundException
Reviewed-by: ksrini
skovalev [Wed, 01 Feb 2017 16:31:38 +0300] rev 43497
8173475: java/net/HttpURLConnection/SetAuthenticator tests have undeclared dependency on java.logging module
Reviewed-by: dfuchs
rpatil [Wed, 01 Feb 2017 18:18:59 +0530] rev 43496
8167063: spurious message "A JNI error has occurred" if start-class cannot be initialized
Reviewed-by: alanb, ksrini
sundar [Wed, 01 Feb 2017 15:12:03 +0530] rev 43495
8173717: jlink --help fails with missing "plugin.opt.plugin-module-path" key in resource bundle
Reviewed-by: mchung, alanb
mchung [Tue, 31 Jan 2017 20:06:32 -0800] rev 43494
8173608: Separate JDK management agent from java.management module
Reviewed-by: dfuchs, dholmes, erikj
lana [Thu, 02 Feb 2017 21:20:38 +0000] rev 43493
Added tag jdk-9+155 for changeset 4d25acf48a0b
duke [Wed, 05 Jul 2017 22:47:12 +0200] rev 43492
Merge
jwilhelm [Sat, 04 Feb 2017 03:29:40 +0100] rev 43491
Merge
ccheung [Thu, 26 Jan 2017 10:17:06 -0800] rev 43490
8173163: searching for a versioned entry in a multi-release jar in hotspot is inconsistent with java code
Summary: use the highest versioned entry if the specified version is higher than the current jdk version
Reviewed-by: iklam, sspitsyn, jiangli
dnsimon [Thu, 26 Jan 2017 05:53:14 -0800] rev 43489
8173278: [JVMCI] query_update_method_data might write outside _trap_hist array
Reviewed-by: kvn
njian [Sun, 22 Jan 2017 16:33:54 +0800] rev 43488
8172881: AArch64: assertion failure: the int pressure is incorrect
Summary: Change the dst register type of get_and_setI/L/N/P from any register to non-special register.
Reviewed-by: aph
Contributed-by: yang.zhang@linaro.org