-
Enhancement
-
Resolution: Fixed
-
P4
-
26
-
b12
`ProxyServer` used in tests `extends Thread`, which causes unintentional `Thread` method invocations as reported in JDK-8358048. Its encapsulation can be improved by not extending from `Thread`.
See the associated PR conversation: https://github.com/openjdk/jdk/pull/26473#issuecomment-3121002127
See the associated PR conversation: https://github.com/openjdk/jdk/pull/26473#issuecomment-3121002127
- relates to
-
JDK-8358048 java/net/httpclient/HttpsTunnelAuthTest.java incorrectly calls Thread::stop
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/190e1130
-
Review(master) openjdk/jdk/26786