mchung [Fri, 15 Jun 2018 11:44:20 -0700] rev 50594
8200121: Remove unused qualified exports in java.base
Reviewed-by: alanb, lancea
erikj [Fri, 15 Jun 2018 11:15:32 -0700] rev 50593
8203667: Platform specific include files in jdk image in wrong sub directory
Reviewed-by: mchung, tbell
mcimadamore [Fri, 15 Jun 2018 19:24:15 +0100] rev 50592
8203838: javac performance regression in 11+11
Summary: Share method check exception
Reviewed-by: vromero
cushon [Thu, 14 Jun 2018 17:32:31 -0700] rev 50591
7183985: (ann) Class.getAnnotation() throws an ArrayStoreException when the annotation class not present
Reviewed-by: darcy, martin, vromero
erikj [Fri, 15 Jun 2018 09:53:28 -0700] rev 50590
8204973: Add build support for filtering translations
Reviewed-by: ihse, naoto, dfuchs
kvn [Fri, 15 Jun 2018 09:16:48 -0700] rev 50589
8184349: There should be some verification that EnableJVMCI is disabled if a GC not supporting JVMCI is selected
Summary: exit VM with Error when JVMCI does not support seected GC.
Reviewed-by: iveresov, thartmann
kvn [Fri, 15 Jun 2018 08:28:08 -0700] rev 50588
8202948: C2: assert(init_offset >= 0) failed: positive offset from object start
Summary: convert the assert into compilation check which will skip superword optimization
Reviewed-by: roland, thartmann
dnsimon [Fri, 15 Jun 2018 16:44:41 +0200] rev 50587
8205025: [AOT] make jdk.aot module upgradeable
Reviewed-by: alanb, kvn, mchung