Fri, 18 Jan 2019 08:00:05 +0100 8217325: Enable inlining of java_lang_Class::oop_size_raw
redestad [Fri, 18 Jan 2019 08:00:05 +0100] rev 53380
8217325: Enable inlining of java_lang_Class::oop_size_raw Reviewed-by: shade, coleenp, rehn, stefank
Fri, 18 Jan 2019 14:43:25 +0900 8181313: SA: Remove libthread_db dependency on Linux
ysuenaga [Fri, 18 Jan 2019 14:43:25 +0900] rev 53379
8181313: SA: Remove libthread_db dependency on Linux Reviewed-by: jgeorge, sballal
Thu, 17 Jan 2019 14:56:18 -0800 8217349: Problem list java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
mikael [Thu, 17 Jan 2019 14:56:18 -0800] rev 53378
8217349: Problem list java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java Reviewed-by: iignatyev
Thu, 17 Jan 2019 13:46:12 -0800 8217266: Remove dead LIR_List::compare_to and LIR_Code::lir_compare_to
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
Thu, 17 Jan 2019 15:24:26 -0500 8217340: Compilation failed: tools/launcher/Test7029048.java
rriggs [Thu, 17 Jan 2019 15:24:26 -0500] rev 53376
8217340: Compilation failed: tools/launcher/Test7029048.java Reviewed-by: lancea
Thu, 17 Jan 2019 17:28:47 +0100 8217321: [TESTBUG] utilities/test_globalDefinitions.cpp should use _LP64, not LP64
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
Thu, 17 Jan 2019 15:24:20 +0000 8217237: HttpClient does not deal well with multi-valued WWW-Authenticate challenge headers
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
Thu, 17 Jan 2019 15:44:29 +0100 Merge
jwilhelm [Thu, 17 Jan 2019 15:44:29 +0100] rev 53373
Merge
Wed, 16 Jan 2019 16:27:21 -0800 8216532: tools/launcher/Test7029048.java fails (Solaris)
mr [Wed, 16 Jan 2019 16:27:21 -0800] rev 53372
8216532: tools/launcher/Test7029048.java fails (Solaris) Reviewed-by: rriggs
Thu, 17 Jan 2019 00:55:19 +0100 Added tag jdk-12+28 for changeset 659b004b6a1b
jwilhelm [Thu, 17 Jan 2019 00:55:19 +0100] rev 53371
Added tag jdk-12+28 for changeset 659b004b6a1b
Thu, 17 Jan 2019 08:48:56 -0500 8217213: shenandoahTaskQueue.hpp includes .inline.hpp file
zgu [Thu, 17 Jan 2019 08:48:56 -0500] rev 53370
8217213: shenandoahTaskQueue.hpp includes .inline.hpp file Reviewed-by: shade, tschatzl
Thu, 17 Jan 2019 08:48:11 -0500 8215699: -Xlog::file cannot be used with named pipe
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
Thu, 10 Jan 2019 17:08:44 +0800 8216350: AArch64: monitor unlock fast path not called
ngasson [Thu, 10 Jan 2019 17:08:44 +0800] rev 53368
8216350: AArch64: monitor unlock fast path not called Reviewed-by: aph, drwhite, fyang
Wed, 16 Jan 2019 13:38:19 -0500 8216578: Remove unused/obsolete method in JFR code
stooke [Wed, 16 Jan 2019 13:38:19 -0500] rev 53367
8216578: Remove unused/obsolete method in JFR code Reviewed-by: mgronlun, mikael
Wed, 16 Jan 2019 10:13:49 +0100 8217233: Update build settings for AIX/xlc
mbaesken [Wed, 16 Jan 2019 10:13:49 +0100] rev 53366
8217233: Update build settings for AIX/xlc Reviewed-by: clanger, sgroeger
Wed, 16 Jan 2019 17:37:05 -0800 8213917: [TESTBUG] Shutdown JFR event is not covered by test
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
Thu, 17 Jan 2019 00:52:01 +0100 Added tag jdk-13+4 for changeset a47b8125b7cc
jwilhelm [Thu, 17 Jan 2019 00:52:01 +0100] rev 53364
Added tag jdk-13+4 for changeset a47b8125b7cc
Wed, 16 Jan 2019 17:37:09 -0500 8211919: ZipDirectoryStream should provide a stream of paths that are relative to the directory
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
Wed, 16 Jan 2019 22:32:04 +0100 8213827: NUMA heap allocation does not respect process membind/interleave settings
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>
Wed, 16 Jan 2019 21:37:12 +0100 8217203: Some more includes to .inline.hpp files in gc header files
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
Wed, 16 Jan 2019 20:53:09 +0100 Merge
jwilhelm [Wed, 16 Jan 2019 20:53:09 +0100] rev 53360
Merge
Wed, 16 Jan 2019 11:19:43 -0800 8216045: The size of key_exchange may be wrong on FFDHE
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
Wed, 16 Jan 2019 23:56:32 +0530 8215280: Double click on titlebar not working for Frame with extended state set to MAXIMIZED_BOTH jdk-12+28
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
Tue, 15 Jan 2019 16:41:17 -0800 8215757: C2: PhaseIdealLoop::create_new_if_for_predicate() computes wrong IDOM
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
Fri, 11 Jan 2019 14:27:22 +0100 8217042: Shenandoah: write barrier on backedge of strip mined loop causes c2 crash at expansion time
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
Mon, 14 Jan 2019 13:53:42 +0100 8217043: Shenandoah: SIGSEGV in Type::meet_helper() at barrier expansion time
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
Wed, 16 Jan 2019 11:43:51 +0100 8216490: Spammy periodic GC log message contains random time stamp with periodic gc disabled
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
Wed, 16 Jan 2019 09:48:35 +0100 8216314: SIGILL in CodeHeapState::print_names()
lucy [Wed, 16 Jan 2019 09:48:35 +0100] rev 53353
8216314: SIGILL in CodeHeapState::print_names() Reviewed-by: thartmann, kvn
Tue, 15 Jan 2019 22:59:33 -0800 8215748: Application fails when executed with Graal
never [Tue, 15 Jan 2019 22:59:33 -0800] rev 53352
8215748: Application fails when executed with Graal Reviewed-by: iveresov, kvn, thartmann
Wed, 16 Jan 2019 11:25:55 +0800 8215694: keytool cannot generate RSASSA-PSS certificates
weijun [Wed, 16 Jan 2019 11:25:55 +0800] rev 53351
8215694: keytool cannot generate RSASSA-PSS certificates Reviewed-by: xuelei
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip