mikael [Thu, 17 Jan 2019 13:46:12 -0800] rev 53377
8217266: Remove dead LIR_List::compare_to and LIR_Code::lir_compare_to
Reviewed-by: roland, kvn
rriggs [Thu, 17 Jan 2019 15:24:26 -0500] rev 53376
8217340: Compilation failed: tools/launcher/Test7029048.java
Reviewed-by: lancea
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>
tschatzl [Wed, 16 Jan 2019 21:37:12 +0100] rev 53361
8217203: Some more includes to .inline.hpp files in gc header files
Reviewed-by: zgu, kbarrett, sangheki
jwilhelm [Wed, 16 Jan 2019 20:53:09 +0100] rev 53360
Merge
xuelei [Wed, 16 Jan 2019 11:19:43 -0800] rev 53359
8216045: The size of key_exchange may be wrong on FFDHE
Reviewed-by: jnimeh
mhalder [Wed, 16 Jan 2019 23:56:32 +0530] rev 53358
8215280: Double click on titlebar not working for Frame with extended state set to MAXIMIZED_BOTH
Reviewed-by: serb, kaddepalli
vlivanov [Tue, 15 Jan 2019 16:41:17 -0800] rev 53357
8215757: C2: PhaseIdealLoop::create_new_if_for_predicate() computes wrong IDOM
Reviewed-by: kvn, roland
roland [Fri, 11 Jan 2019 14:27:22 +0100] rev 53356
8217042: Shenandoah: write barrier on backedge of strip mined loop causes c2 crash at expansion time
Reviewed-by: rkennke, thartmann
roland [Mon, 14 Jan 2019 13:53:42 +0100] rev 53355
8217043: Shenandoah: SIGSEGV in Type::meet_helper() at barrier expansion time
Reviewed-by: shade, rkennke, thartmann
tschatzl [Wed, 16 Jan 2019 11:43:51 +0100] rev 53354
8216490: Spammy periodic GC log message contains random time stamp with periodic gc disabled
Summary: Print periodic gc status at startup and only print regular messages if enabled.
Reviewed-by: sangheki, kbarrett
lucy [Wed, 16 Jan 2019 09:48:35 +0100] rev 53353
8216314: SIGILL in CodeHeapState::print_names()
Reviewed-by: thartmann, kvn
never [Tue, 15 Jan 2019 22:59:33 -0800] rev 53352
8215748: Application fails when executed with Graal
Reviewed-by: iveresov, kvn, thartmann
weijun [Wed, 16 Jan 2019 11:25:55 +0800] rev 53351
8215694: keytool cannot generate RSASSA-PSS certificates
Reviewed-by: xuelei
dfuchs [Wed, 16 Jan 2019 19:09:16 +0000] rev 53350
8217094: HttpClient SSL race if a socket IOException is raised before ALPN is available
Summary: The patch makes suer that the SSLFlowDelegate's ALPN CF is always completed
Reviewed-by: chegar
igerasim [Wed, 16 Jan 2019 10:12:58 -0800] rev 53349
8007606: Handle realloc() failure in unix/native/libnet/net_util_md.c correctly
Reviewed-by: clanger, mbaesken
zgu [Wed, 09 Jan 2019 19:05:05 -0500] rev 53348
8215299: Remove G1CMTask::should_exit_termination()'s undesirable side-effect
Reviewed-by: kbarrett, rkennke, tschatzl