-
Bug
-
Resolution: Unresolved
-
P4
-
26
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.
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.