Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ synchronized private void stop()
} catch (IllegalStateException e) {
// This can happen if the VM is already shutting down
LOG.debug("Failed to remove shutdown hook", e);
throw e;
}

stopped = true;
Expand Down Expand Up @@ -508,4 +509,4 @@ private static boolean kqueueIsAvailable() {
}
return available;
}
}
}