Remove calls to Thread.suspend()/resume() to build with Java 25
This MR resolves 1108555. Java 25 removed Thread stop and resume methods. This MR removes those calls and associated buttons.
Changes:
- add patch to remove suspend()/resume() calls and associated buttons.
Testing:
Edited by Vladimir Petko
