-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: security-libs
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.
- relates to
-
JDK-8368226 Remove Thread.stop
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/2a232d02
-
Review(master)
openjdk/jdk/26247