erikj [Thu, 09 May 2019 07:33:28 -0700] rev 54789
8223627: jdk-13+20 bundle name contains null instead of ea
Reviewed-by: dholmes, tbell
vromero [Thu, 09 May 2019 10:04:33 -0400] rev 54788
8222251: preflow visitor is not visiting lambda expressions
Reviewed-by: mcimadamore
dfuchs [Thu, 09 May 2019 14:23:52 +0100] rev 54787
8223573: Replace wildcard address with loopback or local host in tests - part 4
Summary: Makes a few intermittently failing tests more resilient to port reuse issues by ensuring they bind to the loopback address instead of the wildcard.
Reviewed-by: alanb, chegar
stefank [Thu, 09 May 2019 14:28:30 +0200] rev 54786
8223624: Cleanup includes of universe.hpp
Reviewed-by: coleenp, lkorinth
stefank [Thu, 09 May 2019 14:26:52 +0200] rev 54785
8223623: Move oopFactory function definitions out of oopFactory.hpp
Reviewed-by: coleenp, lkorinth
stefank [Thu, 09 May 2019 14:26:03 +0200] rev 54784
8223622: Move Universe usage out of memAllocator.hpp
Reviewed-by: coleenp, lkorinth
stefank [Thu, 09 May 2019 14:26:03 +0200] rev 54783
8223621: Move Universe usage out of oopRecorder.hpp
Reviewed-by: coleenp, lkorinth
stefank [Thu, 09 May 2019 14:26:03 +0200] rev 54782
8223620: Move IsGCActiveMark implementation out of header
Reviewed-by: coleenp, lkorinth
stefank [Thu, 09 May 2019 14:26:03 +0200] rev 54781
8223619: Move VerifyOption out of Universe
Reviewed-by: coleenp, lkorinth
stefank [Thu, 09 May 2019 14:26:03 +0200] rev 54780
8223136: Move compressed oops functions to CompressedOops class
Reviewed-by: coleenp, lkorinth
gadams [Thu, 09 May 2019 07:21:32 -0400] rev 54779
8042215: javax/management/remote/mandatory/connection/ReconnectTest.java NoSuchObjectException no such object in table
Reviewed-by: dcubed
jlahoda [Thu, 09 May 2019 11:58:26 +0200] rev 54778
8221759: Crash when completing \"java.io.File.path\"
Summary: Do not provide documentation for inaccessible elements.
Reviewed-by: rfield
pli [Wed, 08 May 2019 09:50:23 +0000] rev 54777
8223427: [TESTBUG] Disable JTReg Shenandoah tests when Graal is enabled
Reviewed-by: shade
jcbeyler [Wed, 08 May 2019 20:28:56 -0700] rev 54776
8223441: HeapMonitorStatArrayCorrectnessTest fails due to sampling determinism
Summary: Added an error loop to help with convergence
Reviewed-by: cjplummer, sspitsyn