vlivanov [Thu, 31 Jan 2019 17:48:25 -0800] rev 53594
8059241: C2: Excessive RemoveUseless passes during incremental inlining
Reviewed-by: roland, shade
joehw [Thu, 31 Jan 2019 13:36:31 -0800] rev 53593
8186321: Cleanup: SourceTreeManager not used
Reviewed-by: bpb, lancea
iignatyev [Thu, 31 Jan 2019 12:52:55 -0800] rev 53592
8217848: [Graal] vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003/TestDescription.java fails
Reviewed-by: kvn, dlong
kevinw [Thu, 31 Jan 2019 04:49:46 -0800] rev 53591
8209951: Problematic sparc intrinsic: com.sun.crypto.provider.CipherBlockChaining
Reviewed-by: kvn, thartmann
Contributed-by: fairoz.matte@oracle.com
shade [Thu, 31 Jan 2019 19:08:37 +0100] rev 53590
8218140: Build failures after JDK-8218041 (Assorted wrong/missing includes)
Reviewed-by: stefank, rehn, dholmes
erikj [Thu, 31 Jan 2019 08:39:28 -0800] rev 53589
8204564: Need better error output when GenerateLinkOptData fails
Reviewed-by: ihse, tbell
dcubed [Thu, 31 Jan 2019 11:19:58 -0500] rev 53588
8217659: monitor_logging updates from Async Monitor Deflation project
Reviewed-by: dholmes, coleenp, rehn
coleenp [Thu, 31 Jan 2019 10:29:53 -0500] rev 53587
8213753: SymbolTable is double walked during class unloading and clean up table timing in do_unloading
Summary: remove gc timing for short runtime cleanup triggering; make symbol table cleaning triggered automatically on unloading
Reviewed-by: shade, stefank, gziemski