thartmann [Thu, 25 Jul 2019 08:04:33 +0200] rev 57514
8071275: remove AbstractAssembler::update_delayed_values dead code
Summary: Removed dead code.
Reviewed-by: thartmann, mdoerr
Contributed-by: Christian Hagedorn <christian.hagedorn@oracle.com>
mikael [Wed, 24 Jul 2019 17:08:14 -0700] rev 57513
Added tag jdk-14+7 for changeset 28ab01c06755
mchung [Wed, 24 Jul 2019 16:46:42 -0700] rev 57512
8173978: Lookup.in should allow teleporting from a lookup class in a named module without dropping all access
Reviewed-by: alanb, plevart
coleenp [Wed, 24 Jul 2019 10:22:11 -0400] rev 57511
8228485: JVM crashes when bootstrap method for condy triggers loading of class whose static initializer throws exception
Summary: Add case for JVM_CONSTANT_Dynamic in error_message function.
Reviewed-by: dholmes, shade