On Tue, 16 Feb 2021 10:09:08 GMT, Daniel Fuchs wrote:
>> This change removes sun.net.www.MimeLauncher, a package-private class that
>> is no longer used.
>>
>> The sun.net.www package is exported to java.net.http and jdk.jartool. The
>> only public access point to a MimeLauncher instance is
>
On Mon, 15 Feb 2021 18:30:58 GMT, Julia Boes wrote:
> This change removes sun.net.www.MimeLauncher, a package-private class that is
> no longer used.
>
> The sun.net.www package is exported to java.net.http and jdk.jartool. The
> only public access point to a MimeLauncher instance is
> sun.ne
On Mon, 15 Feb 2021 19:19:29 GMT, Alan Bateman wrote:
>> This change removes sun.net.www.MimeLauncher, a package-private class that
>> is no longer used.
>>
>> The sun.net.www package is exported to java.net.http and jdk.jartool. The
>> only public access point to a MimeLauncher instance is
>
On Mon, 15 Feb 2021 18:30:58 GMT, Julia Boes wrote:
> This change removes sun.net.www.MimeLauncher, a package-private class that is
> no longer used.
>
> The sun.net.www package is exported to java.net.http and jdk.jartool. The
> only public access point to a MimeLauncher instance is
> sun.ne
This change removes sun.net.www.MimeLauncher, a package-private class that is
no longer used.
The sun.net.www package is exported to java.net.http and jdk.jartool. The only
public access point to a MimeLauncher instance is
sun.net.www.MimeEntry::launch, which is not called anywhere in those two