--- old/src/share/vm/classfile/verificationType.hpp 2015-04-16 13:30:45.978395324 -0700 +++ new/src/share/vm/classfile/verificationType.hpp 2015-04-16 13:30:45.830384128 -0700 @@ -250,7 +250,7 @@ bool equals(const VerificationType& t) const { return (_u._data == t._u._data || (is_reference() && t.is_reference() && !is_null() && !t.is_null() && - name() == t.name())); + name()->equals(t.name()))); } bool operator ==(const VerificationType& t) const {