Add a manual crash button to the pause menu to help clear the java cache

It's no secret that Spiral Knights has some java issues when it comes to long play sessions. While a better garbage collector would be best in the long term, in the short term players have been using a tactic to manually crash their game so that they are marked as "disconnected" which allows them to restart their game and prevent stutters/jumps from negatively affecting gameplay.
So basically my suggestion is to add a button into the escape menu that disconnects your player and closes the game immediately afterwards, allowing for players to clear our their game cache without using a task manager or disconnecting their internet temporarily. A heads' up what this does would be necessary via the prompts. This would at the very least allow players to not risk crashing their game in a difficult level that they cannot join back in on, such as a shadow lair, and have the manual crash not work and thus lose out on the run or have their teammates wait on a game master to help bring them back in.

This is assuming players are playing through Steam on a windows computer. Since we're on java and many other machines exist (and other clients, less than before but more than one) a fix being added to the physical game itself makes the most sense especially since the disconnect technology already exists.

I would very much like a reboot button. I've been advocating it for a while but haven't written about it.
Good idea. In the meantime, here's a batch script to accomplish the same thing.
@echo off
taskkill /im "java.exe" /fi "windowtitle eq Spiral Knights*" /f
"[steam directory]\steam.exe" -applaunch 99900