-
Bug
-
Resolution: Fixed
-
P4
-
26
-
b09
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8365950 | 25.0.2 | Hari Prasad Kummari | P4 | Resolved | Fixed | master |
JDK-8366412 | 21.0.10-oracle | Hari Prasad Kummari | P4 | Resolved | Fixed | master |
The terminally deprecated Thread.stop method throws UnsupportedOperationException since JDK 18. The next step is removing the method.
The following tests have usages of Thread.stop that need to be removed
java/net/Socket/DeadlockTest.java
java/net/httpclient/HttpsTunnelAuthTest.java
The following tests have usages of Thread.stop that need to be removed
java/net/Socket/DeadlockTest.java
java/net/httpclient/HttpsTunnelAuthTest.java
- backported by
-
JDK-8365950 Remove use of Thread.stop in test/jdk/java/net/Socket/DeadlockTest.java
-
- Resolved
-
-
JDK-8366412 Remove use of Thread.stop in test/jdk/java/net/Socket/DeadlockTest.java
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk25u/67faaf1e
-
Commit(master) openjdk/jdk/3263361a
-
Review(master) openjdk/jdk25u/109
-
Review(master) openjdk/jdk/26490
(1 links to)