Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8360979

Remove use of Thread.stop in krb5/auto/KDC.java

XMLWordPrintable

      The terminally deprecated Thread.stop method throws UnsupportedOperationException since JDK 18. The next step is removing the method.

      krb5/auto/KDC.java will not compile if Thread.stop is removed. This causes a lot of tests in the following directories to fail:

      javax/net/ssl/DTLS/*
      javax/net/ssl/DTLSv10/*
      javax/net/ssl/TLS/*
      sun/security/krb5/auto/*

      KDC needs to be updated to remove the use of Thread.stop.

            myankelevich Mikhail Yankelevich
            alanb Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: