iignatyev [Thu, 16 May 2019 12:16:47 -0700] rev 54913
8222154: upgrade gtest to 1.8.1
Reviewed-by: jwilhelm, rwestberg
epavlova [Thu, 16 May 2019 12:33:44 -0700] rev 54912
8224017: [Graal] gc/z/TestUncommit.java fails with Graal
Reviewed-by: kvn
jcbeyler [Thu, 16 May 2019 12:48:21 -0700] rev 54911
8224020: AsyncGetCallTrace test should not run on PPC64 or IA64
Summary: Restrict the test to the right architectures
Reviewed-by: cjplummer, sspitsyn, simonis
shade [Thu, 16 May 2019 21:32:24 +0200] rev 54910
8224033: os::snprintf should be used in virtualizationSupport.cpp
Reviewed-by: mbaesken, stuefe
rhalade [Thu, 16 May 2019 12:36:08 -0700] rev 54909
8223499: Remove two DocuSign root certificates that are expiring
Reviewed-by: mullan
epavlova [Thu, 16 May 2019 11:30:32 -0700] rev 54908
8223910: TestFloatJNIArgs and TestTrichotomyExpressions time out with Graal as JIT
Reviewed-by: thartmann
dtitov [Thu, 16 May 2019 11:37:26 -0700] rev 54907
8222422: vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses tests failed with Unexpected Exception: null
Reviewed-by: dholmes, jcbeyler, cjplummer
vromero [Thu, 16 May 2019 13:34:33 -0400] rev 54906
8223726: j.l.c.MethodTypeDesc spec should contain precise assertions for one parameter's methods
Reviewed-by: darcy
rkennke [Thu, 16 May 2019 19:07:31 +0200] rev 54905
8224043: Shenandoah: Remove clear_claimed_marks() from start of concurrent_traversal()
Reviewed-by: shade
adinn [Thu, 16 May 2019 15:45:46 +0100] rev 54904
8224042: Add private alignDown method to MappedByteBuffer
Summary: Use alignDown method to round addresses down to page boundary
Reviewed-by: stuefe, mikael, alanb
aeubanks [Wed, 15 May 2019 17:13:57 -0700] rev 54903
8224018: test/jdk/java/net/ipv6tests/{Tcp,Udp}Test.java assume IPv4 is available
Reviewed-by: dfuchs, chegar
Contributed-by: aeubanks@google.com
alanb [Thu, 16 May 2019 17:06:53 +0100] rev 54902
8223442: java/nio/channels/SocketChannel/AdaptorStreams.java testConcurrentTimedReadWrite3(): failure
Reviewed-by: michaelm
coleenp [Thu, 16 May 2019 11:07:09 -0400] rev 54901
8223585: vmTestbase/runtime/pcl/* get SEGV in MetadataOnStackClosure::do_metadata(Metadata*)+0x0
Summary: adjust old method table by only one thread.
Reviewed-by: kvn, jcbeyler, sspitsyn
jlahoda [Thu, 16 May 2019 16:42:14 +0200] rev 54900
8224031: Cannot parse switch expressions after type cast
Summary: Correctly categorize parentheses followed by the switch keyword as cast.
Reviewed-by: mcimadamore