mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 17:15:02 +00:00
HHH-4614 Instrumented model with abstract MappedSuperclass and field access doesn't work (fix javassist integration issue, not yet cglib)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18246 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
b50f0660ee
commit
b62c0afcad
@ -338,7 +338,7 @@ private void transformInvokevirtualsIntoPutAndGetfields(ClassFile classfile)
|
||||
}
|
||||
CodeAttribute codeAttr = minfo.getCodeAttribute();
|
||||
if (codeAttr == null) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
CodeIterator iter = codeAttr.iterator();
|
||||
while (iter.hasNext()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user