jjg [Mon, 02 Jul 2018 17:54:36 -0700] rev 50967
8205563: modules/AnnotationProcessing.java failed testGenerateSingleModule
Reviewed-by: darcy
coleenp [Wed, 11 Jul 2018 14:44:05 -0400] rev 50966
8198720: Obsolete PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options
Summary: Convert PrintSafepointStatistics to UL
Reviewed-by: shade, lfoltan
zgu [Wed, 11 Jul 2018 13:28:07 -0400] rev 50965
8206183: Possible construct EMPTY_STACK and allocation stack, etc. on first use
Summary: Uses "construct on First Use Idiom" pattern to workaround static initialization order
Reviewed-by: dholmes, minqi
darcy [Wed, 11 Jul 2018 08:24:39 -0700] rev 50964
8173606: Deprecate constructors of 7-era visitors
Reviewed-by: vromero, jjg
shade [Wed, 11 Jul 2018 08:44:00 +0200] rev 50963
8206931: Misleading "COMPILE SKIPPED: invalid non-klass dependency" compile log
Reviewed-by: vlivanov, never
ccheung [Tue, 10 Jul 2018 19:04:13 -0700] rev 50962
8205946: JVM crash after call to ClassLoader::setup_bootstrap_search_path()
Summary: exit vm if setting of boot class path fails.
Reviewed-by: lfoltan, jiangli, dholmes
dl [Tue, 10 Jul 2018 10:24:08 -0700] rev 50961
8205620: Miscellaneous changes imported from jsr166 CVS 2018-07
Reviewed-by: martin, psandoz