hb [Tue, 20 Mar 2018 13:40:03 +0530] rev 49464
8196028: JMX: Not enough JDP packets received before timeout
Reviewed-by: dholmes, egahlin
jgeorge [Tue, 20 Mar 2018 11:24:32 +0530] rev 49463
8175312: SA: clhsdb: Provide an improved heap summary for 'universe' for G1GC
Summary: Provide an improved heap summary for G1GC with parameters like 'capacity', 'used', 'free', etc with the 'universe' command, and introduce a new command 'g1regiondetails' to display the individual region details.
Reviewed-by: sjohanss, minqi
gziemski [Mon, 19 Mar 2018 14:20:28 -0500] rev 49462
8140359: get_locked_message_ext() should return Flag::MsgType
Summary: Changed get_locked_message_ext() to return Flag::MsgType
Reviewed-by: coleenp, rehn
gziemski [Mon, 19 Mar 2018 13:57:08 -0500] rev 49461
8199356: Fix hotspot to allow stdlib to use libc++ and to allow changing the deployment target to 10.9
Summary: Remove conflicting poison min/max define
Reviewed-by: kbarrett, lfoltan
lucy [Mon, 19 Mar 2018 13:37:57 -0500] rev 49460
8198608: Improvements to command-line flags printing
Summary: Re-implemented Flag::print_on()
Reviewed-by: dholmes, mikael, gziemski
zgu [Mon, 19 Mar 2018 13:38:35 -0400] rev 49459
8199741: NMT: Tag safepoint polling pages
Summary: Added NMT tag for Safepoint polling pages
Reviewed-by: coleenp, shade
njian [Wed, 14 Mar 2018 17:55:15 +0800] rev 49458
8191954: AArch64: disable UseCISCSpill in C2
Reviewed-by: adinn, aph
njian [Thu, 15 Mar 2018 14:05:48 +0800] rev 49457
8173100: AArch64: -XX:-UseOnStackReplacement does not work together with -XX:+TieredCompilation
Summary: Fix hotspot jtreg test compiler/interpreter/DisableOSRTest.java failure on AArch64.
Reviewed-by: aph, fyang