jjg [Tue, 25 Sep 2018 10:30:32 -0700] rev 51871
8210839: Improve interaction between source launcher and classpath
Reviewed-by: alanb, mchung
jcbeyler [Tue, 25 Sep 2018 09:34:51 -0700] rev 51870
8210689: Remove the multi-line old C style for string literals
Summary: Remove the multi-line old C style and prefer C++ multi-line
Reviewed-by: amenkov, cjplummer
dcubed [Tue, 25 Sep 2018 11:31:55 -0400] rev 51869
8211103: ProblemList runtime/XCheckJniJsig/XCheckJSig.java on MacOS X
Reviewed-by: mikael, dholmes
rkennke [Tue, 25 Sep 2018 16:41:25 +0200] rev 51868
8211061: Tests fail with assert(VM_Version::supports_sse4_1()) on ThreadRipper CPU
Reviewed-by: thartmann, roland
chegar [Tue, 25 Sep 2018 15:35:31 +0100] rev 51867
8211099: ProblemList two networking tests until jtreg b14 is promoted
Reviewed-by: alanb
aph [Mon, 24 Sep 2018 18:19:46 +0100] rev 51866
8211064: [AArch64] Interpreter and c1 don't correctly handle jboolean results in native calls
Reviewed-by: aph
Contributed-by: andrey.petushkov@gmail.com
rkennke [Mon, 24 Sep 2018 18:44:39 +0200] rev 51865
8132849: Increased stop time in cleanup phase because of single-threaded walk of thread stacks in NMethodSweeper::mark_active_nmethods()
Reviewed-by: eosterlund, zgu, thartmann
plevart [Tue, 25 Sep 2018 14:23:37 +0200] rev 51864
8205461: Create Collector which merges results of two other collectors
Reviewed-by: briangoetz, smarks, plevart
Contributed-by: amaembo@gmail.com
thartmann [Tue, 25 Sep 2018 14:16:33 +0200] rev 51863
8210152: Optimize integer divisible by power-of-2 check
Summary: Integer conditional negation operation before zero check is eliminated
Reviewed-by: kvn, thartmann
Contributed-by: pengfei.li@arm.com
pmuthuswamy [Tue, 25 Sep 2018 13:58:54 +0530] rev 51862
8202462: {@index} may cause duplicate labels
Reviewed-by: jjg
pmuthuswamy [Tue, 25 Sep 2018 12:36:45 +0530] rev 51861
8205593: Javadoc -link makes broken links if module name matches package name
Reviewed-by: jjg
mikael [Mon, 24 Sep 2018 22:12:07 -0700] rev 51860
8210848: Obsolete SyncKnobs
Reviewed-by: redestad, coleenp, dholmes, dcubed
fyuan [Tue, 25 Sep 2018 11:24:59 +0800] rev 51859
8210934: Move sun/net/www/protocol/http/GetErrorStream.java to OpenJDK
Summary: repalce internet website dependency with a built-in http server
Reviewed-by: chegar
mli [Tue, 25 Sep 2018 11:18:36 +0800] rev 51858
8210443: Migrate Locale matching tests to JDK Repo.
Reviewed-by: naoto
Contributed-by: dan.z.zhou@oracle.com
kvn [Mon, 24 Sep 2018 16:37:28 -0700] rev 51857
8210764: Update avx512 implementation
Reviewed-by: kvn
Contributed-by: sandhya.viswanathan@intel.com
erikj [Mon, 24 Sep 2018 13:51:22 -0700] rev 51856
8211037: Load jib jars dynamically from JibArtifactManager
Reviewed-by: ihse