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
mbaesken [Thu, 16 May 2019 09:21:49 +0200] rev 54899
8223438: add VirtualizationInformation JFR event
Reviewed-by: clanger, egahlin
rrich [Wed, 15 May 2019 12:30:02 +0200] rev 54898
8223572: ~ThreadInVMForHandshake() should call handle_special_runtime_exit_condition()
Reviewed-by: dcubed, rehn, dholmes
stuefe [Thu, 16 May 2019 13:57:35 +0200] rev 54897
8224023: Redo the fix for ErrorFile option does not handle pre-existing error files of the same name
Reviewed-by: clanger, dholmes
coleenp [Thu, 16 May 2019 07:09:17 -0400] rev 54896
8223956: Make SymbolTable and StringTable AllStatic
Summary: Removed superfluous and confusing _the_table pointer.
Reviewed-by: gziemski, rehn
pmuthuswamy [Thu, 16 May 2019 16:40:48 +0530] rev 54895
8222548: Upgrading JDK 13 with the latest available jQuery 3.4.1
Reviewed-by: hannesw
jlahoda [Thu, 16 May 2019 10:52:36 +0200] rev 54894
8222169: java.lang.AssertionError switch expression in ternary operator - ?
Summary: Ensure the stack size recoded at the begining of the let expression is the correct one.
Reviewed-by: vromero
Contributed-by: vicente.romero@oracle.com, jan.lahoda@oracle.com