dholmes [Tue, 05 Jun 2018 19:58:20 -0400] rev 50419
8199882: compiler/uncommontrap/TestDeoptOOM.java failed w/ fatal error: ExceptionMark constructor expects no pending exceptions
Summary: Pre-load AbstractOwnableSynchronizer class instead of lazy loading it.
Reviewed-by: sspitsyn, cjplummer, coleenp
rkennke [Tue, 05 Jun 2018 21:38:38 +0200] rev 50418
8200623: Primitive heap access for interpreter BarrierSetAssembler/x86
Reviewed-by: eosterlund, adinn
sherman [Tue, 05 Jun 2018 12:27:07 -0700] rev 50417
8197989: java/util/zip/ZipFile/TestCleaner.java failed with "cleaner failed to clean zipfile
Reviewed-by: rriggs
coleenp [Wed, 02 May 2018 11:28:49 -0400] rev 50416
8203837: Split nmethod unloading from inline cache cleaning
Summary: Refactor cleaning inline caches to after GC do_unloading.
Reviewed-by: thartmann, eosterlund