Fix EquinoxCommandProvider compile on Java 11.

Thread#stop(Throwable) is removed in Java 11 and in Java 8 it already
throwed UnsupportedOpetionException and the private stop0 was called
instead. Leave the reflection call only and don't try calling the
removed method at all.

Change-Id: Ib408c1b145fb1ba7eb0d96501fe9d1b1784b68e3
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
1 file changed