dfuchs [Fri, 22 Nov 2019 11:52:48 +0000] rev 59224
8233296: MulticastSocket getOption/setOption inverts the value of IP_MULTICAST_LOOP
Summary: MulticastSocket.getOption(StandardSocketOption.IP_MULTICAST_LOOP) now returns true if loopback mode is enabled, and MulticastSocket.setOption(StandardSocketOption.IP_MULTICAST_LOOP, true) enables loopback mode. No other behavioral changes.
Reviewed-by: alanb, chegar
sspitsyn [Fri, 22 Nov 2019 10:07:21 +0000] rev 59223
8169467: GetLocalInstance returns JVMTI_ERROR_TYPE_MISMATCH (rather than JVMTI_ERROR_INVALID_SLOT) on static method
Summary: Add necessary check to GetLocalInstance implementation
Reviewed-by: amenkov, cjplummer
tschatzl [Fri, 22 Nov 2019 10:03:38 +0100] rev 59222
8233597: Clean up code in G1Analytics::compute_pause_time_ratio
Reviewed-by: kbarrett, sjohanss
tschatzl [Fri, 22 Nov 2019 10:03:38 +0100] rev 59221
8233702: Introduce helper function to clamp value to range
Reviewed-by: sjohanss, kbarrett