iklam [Mon, 26 Mar 2018 17:40:54 -0700] rev 49613
8199793: [Graal] runtime/CommandLine/PrintTouchedMethods.java crashes with assertion "reference count underflow for symbol"
Summary: Remove Symbol::set_permanent to avoid possible race conditions
Reviewed-by: coleenp, dholmes, thartmann
jiangli [Mon, 26 Mar 2018 19:00:47 -0400] rev 49612
8200202: Remove unused _boot_modules_array and _platform_modules_array from classLoader.*.
Summary: Remove unused _boot_modules_array and _platform_modules_array.
Reviewed-by: coleenp
lucy [Mon, 26 Mar 2018 12:59:45 -0700] rev 49611
8198691: CodeHeap State Analytics
Reviewed-by: kvn, thartmann
gadams [Mon, 26 Mar 2018 08:17:56 -0400] rev 49610
8057732: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java: Invalid PerfMemory size
Reviewed-by: cjplummer
amenkov [Mon, 26 Mar 2018 09:27:24 -0700] rev 49609
8049695: nsk/jdb/options/connect/connect003 fails with "Launched jdb could not attach to debuggee during 300000 milliseconds"
Reviewed-by: dholmes, sspitsyn, cjplummer
tschatzl [Mon, 26 Mar 2018 16:51:43 +0200] rev 49608
8196485: FromCardCache default card index can cause crashes
Summary: The default value of -1 for 32 bit card indices is a regular card value at the border of 2TB heap addresses in the from card cache, so G1 may loose remembered set entries. Extend from card cache entries to 64 bits.
Reviewed-by: shade, sjohanss
Contributed-by: Thomas Schatzl <thomas.schatzl@oracle.com>, Jarkko Miettinen <jarkko.miettinen@relex.fi>
tschatzl [Mon, 26 Mar 2018 16:51:43 +0200] rev 49607
8180415: Rebuild remembered sets during the concurrent cycle
Summary: In general maintain remembered sets of old regions only from the start of the concurrent cycle to the mixed gc they are used, at most until the end of the mixed phase.
Reviewed-by: sjohanss, sangheki
tschatzl [Mon, 26 Mar 2018 16:51:43 +0200] rev 49606
8197850: Calculate liveness in regions during marking
Reviewed-by: sjohanss, sangheki