-
Bug
-
Resolution: Fixed
-
P4
-
26
-
b09
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
- links to
-
Commit(master) openjdk/jdk/3263361a
-
Review(master) openjdk/jdk/26490