8256643: Terminally deprecate ThreadGroup stop, destroy, isDestroyed, setDaemon and isDaemon

Reviewed-by: serb, rriggs, iris, mchung, smarks
This commit is contained in:
Alan Bateman 2020-11-25 08:26:00 +00:00
parent 0d91f0a1df
commit 79e57ace65
4 changed files with 26 additions and 3 deletions

View file

@ -1105,6 +1105,7 @@ public class EventQueue {
}
}
@SuppressWarnings({"deprecation", "removal"})
final void initDispatchThread() {
pushPopLock.lock();
try {