mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
Reduce size of minimal application
This commit is contained in:
parent
16f4d2571b
commit
fed75ef0cf
|
@ -26,7 +26,7 @@ import org.teavm.runtime.Fiber;
|
||||||
public class TThread extends TObject implements TRunnable {
|
public class TThread extends TObject implements TRunnable {
|
||||||
private static TThread mainThread = new TThread("main");
|
private static TThread mainThread = new TThread("main");
|
||||||
private static TThread currentThread = mainThread;
|
private static TThread currentThread = mainThread;
|
||||||
private static long nextId = 1;
|
private static int nextId = 1;
|
||||||
private static int activeCount = 1;
|
private static int activeCount = 1;
|
||||||
private long id;
|
private long id;
|
||||||
private int priority;
|
private int priority;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user