mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
fix non-openjdk build
This commit is contained in:
parent
e68dfe1e89
commit
d4708907ea
@ -16,6 +16,7 @@ import java.util.WeakHashMap;
|
||||
public class Thread implements Runnable {
|
||||
private long peer;
|
||||
private volatile boolean interrupted;
|
||||
private volatile boolean unparked;
|
||||
private boolean daemon;
|
||||
private byte state;
|
||||
private byte priority;
|
||||
|
@ -49,7 +49,7 @@ class MyClasspath : public Classpath {
|
||||
const unsigned NormalPriority = 5;
|
||||
|
||||
return vm::makeThread
|
||||
(t, 0, 0, 0, NewState, NormalPriority, 0, 0, 0,
|
||||
(t, 0, 0, 0, 0, NewState, NormalPriority, 0, 0, 0,
|
||||
root(t, Machine::BootLoader), 0, 0, group, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user