mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8256643: Terminally deprecate ThreadGroup stop, destroy, isDestroyed, setDaemon and isDaemon
Reviewed-by: serb, rriggs, iris, mchung, smarks
This commit is contained in:
parent
0d91f0a1df
commit
79e57ace65
4 changed files with 26 additions and 3 deletions
|
@ -1105,6 +1105,7 @@ public class EventQueue {
|
|||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings({"deprecation", "removal"})
|
||||
final void initDispatchThread() {
|
||||
pushPopLock.lock();
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue