commit | cc4540ece917ef4b5c81ee684e3294e47e49ff5b | [log] [tgz] |
---|---|---|
author | buzbee <buzbee@google.com> | Thu Oct 27 13:06:03 2011 -0700 |
committer | buzbee <buzbee@google.com> | Thu Oct 27 13:10:05 2011 -0700 |
tree | a43560b6c3f70708cad676476e7aca395c10e337 | |
parent | baba887a4f5d2a454ab3f8f36a26346f8fdd0670 [diff] |
Add slow path for OP_NEW_INSTANCE If the type is unresolved at verification time, we can't be sure it's a valid new. The compiler will now check for type resolution at compile time. If unresolved, we'll call out to the slow path, where the access check will take place. This CL only contains the compiler portion of this change. For now, the slow path code just calls out to the normal routine. Change-Id: Ia568a164389baedaa695a44f6845a0fdfe585b56