--- old/src/share/vm/classfile/verificationType.cpp 2015-07-20 14:18:18.405615910 -0400 +++ new/src/share/vm/classfile/verificationType.cpp 2015-07-20 14:18:16.722220705 -0400 @@ -86,7 +86,7 @@ VerificationType comp_this = get_component(context, CHECK_false); VerificationType comp_from = from.get_component(context, CHECK_false); if (!comp_this.is_bogus() && !comp_from.is_bogus()) { - return comp_this.is_assignable_from(comp_from, context, + return comp_this.is_component_assignable_from(comp_from, context, from_field_is_protected, CHECK_false); } }