mirror of
https://github.com/corda/corda.git
synced 2025-02-01 08:48:09 +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 {
|
public class Thread implements Runnable {
|
||||||
private long peer;
|
private long peer;
|
||||||
private volatile boolean interrupted;
|
private volatile boolean interrupted;
|
||||||
|
private volatile boolean unparked;
|
||||||
private boolean daemon;
|
private boolean daemon;
|
||||||
private byte state;
|
private byte state;
|
||||||
private byte priority;
|
private byte priority;
|
||||||
|
@ -49,7 +49,7 @@ class MyClasspath : public Classpath {
|
|||||||
const unsigned NormalPriority = 5;
|
const unsigned NormalPriority = 5;
|
||||||
|
|
||||||
return vm::makeThread
|
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);
|
root(t, Machine::BootLoader), 0, 0, group, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user