mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
2+2 test now works with new JIT code
This commit is contained in:
@ -2867,6 +2867,12 @@ class MyProcessor: public Processor {
|
||||
methodTable, staticTable, loader, 0, false);
|
||||
}
|
||||
|
||||
virtual void
|
||||
initVtable(Thread*, object)
|
||||
{
|
||||
// ignore
|
||||
}
|
||||
|
||||
virtual void
|
||||
initClass(vm::Thread* t, object c)
|
||||
{
|
||||
@ -3009,6 +3015,10 @@ class MyProcessor: public Processor {
|
||||
}
|
||||
}
|
||||
|
||||
virtual void dispose(vm::Thread*) {
|
||||
// ignore
|
||||
}
|
||||
|
||||
virtual void dispose() {
|
||||
s->free(this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user