dl [Fri, 15 Feb 2019 11:18:01 -0800] rev 53779
8215359: InnocuousForkJoinWorkerThread.setContextClassLoader needlessly throws
Reviewed-by: martin, chegar, dholmes, reinhapa, alanb
dl [Fri, 15 Feb 2019 11:18:01 -0800] rev 53778
8195057: java/util/concurrent/CountDownLatch/Basic.java failed w/ Xcomp
Reviewed-by: martin, chegar, dholmes
aph [Fri, 15 Feb 2019 12:10:12 -0500] rev 53777
8219006: AArch64: Register corruption in slow subtype check
Reviewed-by: adinn
coleenp [Fri, 15 Feb 2019 08:21:08 -0500] rev 53776
8218851: JVM crash in custom classloader stress test, JDK 12 & 13
Summary: Handle NULL and unloaded constraint class in loader constraint table, also cope with unloaded but not cleaned out klass in loader constraint entries.
Reviewed-by: hseigel, huntch, stuefe