mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8229516: Thread.isInterrupted() always returns false after thread termination
Reviewed-by: dnsimon, sspitsyn, dcubed, alanb
This commit is contained in:
parent
fd077ea9ae
commit
1d50b2761c
30 changed files with 106 additions and 264 deletions
|
@ -786,7 +786,6 @@ typedef HashtableEntry<InstanceKlass*, mtClass> KlassHashtableEntry;
|
|||
/* OSThread */ \
|
||||
/************/ \
|
||||
\
|
||||
volatile_nonstatic_field(OSThread, _interrupted, jint) \
|
||||
volatile_nonstatic_field(OSThread, _state, ThreadState) \
|
||||
\
|
||||
/************************/ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue