mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
clean up bootstrap type generation to eliminate redundancy (broken)
This commit is contained in:
@ -2569,6 +2569,12 @@ interpret(Thread* t)
|
||||
|
||||
case wide: goto wide;
|
||||
|
||||
case impdep1: {
|
||||
// this means we're invoking a virtual method on an instance of a
|
||||
// bootstrap class, so we need to load the real class.
|
||||
abort(t);
|
||||
} break;
|
||||
|
||||
default: abort(t);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user