src/share/vm/classfile/verificationType.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/classfile/verificationType.hpp	Thu Apr 16 13:30:45 2015
--- new/src/share/vm/classfile/verificationType.hpp	Thu Apr 16 13:30:45 2015

*** 248,258 **** --- 248,258 ---- } 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 { return equals(t); }

src/share/vm/classfile/verificationType.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File