RFR: 8297976: Remove sun.net.ProgressMonitor and related classes [v2]

Jaikiran Pai jpai at openjdk.org
Tue Dec 6 13:18:27 UTC 2022


On Tue, 6 Dec 2022 12:38:42 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> test/jdk/sun/net/www/http/KeepAliveStream/KeepAliveStreamFinalizer.java line 28:
>> 
>>> 26:  * @bug 8240275
>>> 27:  * @library /test/lib
>>> 28:  * @run main/othervm KeepAliveStreamFinalizer
>> 
>> Hello Daniel, it doesn't look like we are doing anything JVM specific in this  test. Is the `othervm` intentional here?
>
> The test calls `HttpsURLConnection.setDefaultSSLSocketFactor` which requires using `/othervm`

Ah yes, overlooked that part.

-------------

PR: https://git.openjdk.org/jdk/pull/11474


More information about the core-libs-dev mailing list