jcbeyler [Mon, 13 May 2019 20:45:03 -0700] rev 54829
8223779: Build failure after 8223040 (Add a AsyncGetCallTrace test)
Summary: Fix a build flag for the AGCT test
Reviewed-by: cjplummer, sspitsyn
igerasim [Mon, 13 May 2019 18:18:42 -0700] rev 54828
8223730: URLClassLoader.findClass() can throw IndexOutOfBoundsException
Reviewed-by: prappo, bchristi
weijun [Tue, 14 May 2019 08:47:13 +0800] rev 54827
8223063: Support CNG RSA keys
Reviewed-by: mullan
epavlova [Mon, 13 May 2019 13:32:38 -0700] rev 54826
8223235: [Graal] compiler/jsr292/NonInlinedCall/InvokeTest.java failed time out
Reviewed-by: kvn
stefank [Sat, 11 May 2019 13:10:24 +0200] rev 54825
8223637: Fix build breakage after 8223136
Reviewed-by: stefank, coleenp
Contributed-by: stefan.karlsson@oracle.com, lutz.schmidt@sap.com, glaubitz@physik.fu-berlin.de, shade@redhat.com
sgehwolf [Thu, 14 Mar 2019 14:04:39 +0100] rev 54824
8214796: Create a jlink plugin for stripping debug info symbols from native libraries
Reviewed-by: alanb, mchung, erikj, ihse
adinn [Thu, 25 Apr 2019 17:27:37 +0100] rev 54823
8221696: MappedByteBuffer.force method to specify range
Summary: Overload MappedByteBuffer.force to accept index and length arguments
Reviewed-by: dfuchs, alanb, bpb
dfuchs [Mon, 13 May 2019 17:31:23 +0100] rev 54822
8223632: Replace wildcard address with loopback or local host in tests - part 5
Summary: Replaces wildcard usage by loopback, when possible, adds intermittent keyword and a comment, when not.
Reviewed-by: chegar
hannesw [Mon, 13 May 2019 16:43:47 +0200] rev 54821
8219060: -linksource broken with modules
Reviewed-by: jjg
stuefe [Fri, 05 Apr 2019 11:52:32 +0200] rev 54820
8222015: Small VM.metaspace improvements
Reviewed-by: jiangli, coleenp
aeubanks [Fri, 10 May 2019 17:47:42 -0700] rev 54819
8223667: ASAN build broken
Reviewed-by: erikj, manc
jcbeyler [Wed, 08 May 2019 15:36:10 -0700] rev 54818
8223040: Add a AsyncGetCallTrace test
Summary: Add a AsyncGetCallTrace test
Reviewed-by: sspitsyn, dcubed
jjg [Fri, 10 May 2019 13:37:00 -0700] rev 54817
8223654: Clean up @jls references in com.sun.source
Reviewed-by: darcy
xuelei [Fri, 10 May 2019 12:33:40 -0700] rev 54816
8221253: TLSv1.3 may generate TLSInnerPlainText longer than 2^14+1 bytes
Reviewed-by: jnimeh
cito [Fri, 10 May 2019 20:56:37 +0200] rev 54815
8221569: JFR tool produces incorrect output when both --categories and --events are specified
Reviewed-by: mgronlun
Contributed-by: chihiro.ito@oracle.com, erik.gahlin@oracle.com