-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
26
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
- duplicates
-
JDK-8358048 java/net/httpclient/HttpsTunnelAuthTest.java incorrectly calls Thread::stop
-
- In Progress
-