8200122: Remove unused field Thread.threadQ
Reviewed-by: dholmes, mchung, plevart
This commit is contained in:
parent
dee3c23d5b
commit
200fb2b35b
@ -147,14 +147,13 @@ class Thread implements Runnable {
|
|||||||
|
|
||||||
private volatile String name;
|
private volatile String name;
|
||||||
private int priority;
|
private int priority;
|
||||||
private Thread threadQ;
|
|
||||||
private long eetop;
|
|
||||||
|
|
||||||
/* Whether or not the thread is a daemon thread. */
|
/* Whether or not the thread is a daemon thread. */
|
||||||
private boolean daemon = false;
|
private boolean daemon = false;
|
||||||
|
|
||||||
/* JVM state */
|
/* Fields reserved for exclusive use by the JVM */
|
||||||
private boolean stillborn = false;
|
private boolean stillborn = false;
|
||||||
|
private long eetop;
|
||||||
|
|
||||||
/* What will be run. */
|
/* What will be run. */
|
||||||
private Runnable target;
|
private Runnable target;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user