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>