Bug 541033 - Stop using Thread.stop(Throwable) as it's removed in Java
11

It's used in org.eclipse.test.EclipseTestRunner but this method was
already throwing UnsupportedOperationException on Java 8 and the private
stop0 was used via reflection. Leave the reflection call only.

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