mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8293592: Remove JVM_StopThread, stillborn, and related cleanup
Reviewed-by: alanb, sspitsyn, rehn, coleenp
This commit is contained in:
parent
739fdec7ea
commit
763d4bf074
18 changed files with 60 additions and 187 deletions
|
@ -247,7 +247,6 @@ public class Thread implements Runnable {
|
|||
volatile int priority;
|
||||
volatile boolean daemon;
|
||||
volatile int threadStatus;
|
||||
boolean stillborn;
|
||||
|
||||
FieldHolder(ThreadGroup group,
|
||||
Runnable task,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue