no outer type info

This commit is contained in:
Alex Tkachman
2011-12-12 13:21:47 +02:00
parent 92d8d2de72
commit 6889a35fb8
3 changed files with 19 additions and 51 deletions
@@ -2609,7 +2609,7 @@ If finally block is present, its last expression is the value of try expression.
v.getfield(ownerType.getInternalName(), "$typeInfo", "Ljet/typeinfo/TypeInfo;");
}
else {
v.load(1, TYPE_OBJECT);
v.load(((ConstructorFrameMap)myFrameMap).getTypeInfoIndex(), TYPE_OBJECT);
}
}
else {