shade [Thu, 17 Jan 2019 17:28:47 +0100] rev 53375
8217321: [TESTBUG] utilities/test_globalDefinitions.cpp should use _LP64, not LP64
Reviewed-by: tschatzl, coleenp
michaelm [Thu, 17 Jan 2019 15:24:20 +0000] rev 53374
8217237: HttpClient does not deal well with multi-valued WWW-Authenticate challenge headers
Reviewed-by: chegar, dfuchs
jwilhelm [Thu, 17 Jan 2019 15:44:29 +0100] rev 53373
Merge
mr [Wed, 16 Jan 2019 16:27:21 -0800] rev 53372
8216532: tools/launcher/Test7029048.java fails (Solaris)
Reviewed-by: rriggs
jwilhelm [Thu, 17 Jan 2019 00:55:19 +0100] rev 53371
Added tag jdk-12+28 for changeset 659b004b6a1b
zgu [Thu, 17 Jan 2019 08:48:56 -0500] rev 53370
8217213: shenandoahTaskQueue.hpp includes .inline.hpp file
Reviewed-by: shade, tschatzl
hseigel [Thu, 17 Jan 2019 08:48:11 -0500] rev 53369
8215699: -Xlog::file cannot be used with named pipe
Summary: If the log file is a named pipe then change the default file_count to zero so no log file rotation is attempted.
Reviewed-by: lfoltan, coleenp
ngasson [Thu, 10 Jan 2019 17:08:44 +0800] rev 53368
8216350: AArch64: monitor unlock fast path not called
Reviewed-by: aph, drwhite, fyang
stooke [Wed, 16 Jan 2019 13:38:19 -0500] rev 53367
8216578: Remove unused/obsolete method in JFR code
Reviewed-by: mgronlun, mikael
mbaesken [Wed, 16 Jan 2019 10:13:49 +0100] rev 53366
8217233: Update build settings for AIX/xlc
Reviewed-by: clanger, sgroeger
mseledtsov [Wed, 16 Jan 2019 17:37:05 -0800] rev 53365
8213917: [TESTBUG] Shutdown JFR event is not covered by test
Summary: updated the test
Reviewed-by: egahlin
jwilhelm [Thu, 17 Jan 2019 00:52:01 +0100] rev 53364
Added tag jdk-13+4 for changeset a47b8125b7cc
lancea [Wed, 16 Jan 2019 17:37:09 -0500] rev 53363
8211919: ZipDirectoryStream should provide a stream of paths that are relative to the directory
Reviewed-by: alanb, clanger
tschatzl [Wed, 16 Jan 2019 22:32:04 +0100] rev 53362
8213827: NUMA heap allocation does not respect process membind/interleave settings
Summary: Optionally use libnuma v2 API to query for and support NUMA membind/interleave process configuration.
Reviewed-by: tschatzl, sangheki
Contributed-by: Amith Pawar <amith.pawar@gmail.com>