mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
fix build and runtime bugs introduced in last commit
This commit is contained in:
@ -3018,6 +3018,12 @@ class MyProcessor: public Processor {
|
||||
return new (s->allocate(sizeof(Thread))) Thread(m, javaThread, parent);
|
||||
}
|
||||
|
||||
virtual object
|
||||
methodStub(vm::Thread*)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
virtual void
|
||||
visitObjects(vm::Thread* vmt, Heap::Visitor* v)
|
||||
{
|
||||
|
Reference in New Issue
Block a user