mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
enable JMX support for openjdk-src build and implement GetInputArgumentArray
This commit is contained in:
@ -572,7 +572,7 @@ main(int ac, const char** av)
|
||||
p->initialize(&image, code, CodeCapacity);
|
||||
|
||||
Machine* m = new (h->allocate(sizeof(Machine))) Machine
|
||||
(s, h, f, 0, p, c, 0, 0);
|
||||
(s, h, f, 0, p, c, 0, 0, 0, 0);
|
||||
Thread* t = p->makeThread(m, 0, 0);
|
||||
|
||||
enter(t, Thread::ActiveState);
|
||||
|
Reference in New Issue
Block a user