From 0f0a2ef4923411b87abe6764b7d32ce7d1d7ab41 Mon Sep 17 00:00:00 2001 From: Aikar Date: Tue, 28 Jul 2020 22:19:01 -0400 Subject: [PATCH] Fix deadlock issue with watchdog stopping Fixes #4008 --- .../Improved-Watchdog-Support.patch | 32 ++++++++----------- 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/Spigot-Server-Patches/Improved-Watchdog-Support.patch b/Spigot-Server-Patches/Improved-Watchdog-Support.patch index 2e355351b1..78f879447e 100644 --- a/Spigot-Server-Patches/Improved-Watchdog-Support.patch +++ b/Spigot-Server-Patches/Improved-Watchdog-Support.patch @@ -139,29 +139,25 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 public final boolean hasStopped() { synchronized (stopLock) { @@ -0,0 +0,0 @@ public abstract class MinecraftServer extends IAsyncTaskHandlerReentrant