dholmes [Mon, 08 Apr 2019 21:39:43 +0000] rev 54469
8221584: SIGSEGV in os::PlatformEvent::unpark() in JvmtiRawMonitor::raw_exit while posting method exit event
Reviewed-by: dholmes, dcubed
Contributed-by: robbin.ehn@oracle.com, stefan.karlsson@oracle.com
dholmes [Mon, 08 Apr 2019 17:30:18 -0400] rev 54468
8218458: [TESTBUG] runtime/NMT/CheckForProperDetailStackTrace.java fails with Expected stack trace missing from output
Reviewed-by: cjplummer, zgu
sangheki [Mon, 08 Apr 2019 12:15:40 -0700] rev 54467
8218049: Survivor MemoryMXBean used() size granularity is region based
Reviewed-by: tschatzl, kbarrett
tschatzl [Mon, 08 Apr 2019 21:01:17 +0200] rev 54466
8222105: Add "use_" prefix to G1Policy::adaptive_young_list_length
Summary: Improve naming of G1Policy::adaptive_young_list_length to improve readability.
Reviewed-by: kbarrett
tschatzl [Mon, 08 Apr 2019 20:37:52 +0200] rev 54465
8218668: Clean up evacuation of optional collection set
Summary: Better integrate optional collection set evacuation into the existing evacuation scheme, fixing a few minor issues with the initial implementation.
Reviewed-by: kbarrett, sangheki
epavlova [Mon, 08 Apr 2019 11:11:22 -0700] rev 54464
8216551: GraalUnitTestLauncher should be executed as '@run driver'
Reviewed-by: dlong, kvn
shade [Mon, 08 Apr 2019 19:43:04 +0200] rev 54463
8222130: Shenandoah should verify roots after pre-evacuation
Reviewed-by: rkennke, zgu
mullan [Mon, 08 Apr 2019 13:33:28 -0400] rev 54462
8222133: Add temporary exceptions for root certs that are due to expire soon
Reviewed-by: xuelei
zgu [Mon, 08 Apr 2019 13:22:59 -0400] rev 54461
8222086: CodeCache::UnloadingScope needs to preserve and restore previous IsUnloadingBehavior
Reviewed-by: eosterlund
dtitov [Mon, 08 Apr 2019 17:09:02 +0000] rev 54460
8221730: jcmd process name matching broken
Reviewed-by: jcbeyler, dholmes, cjplummer