Re: RFR: 8261750: Remove internal class sun.net.www.MimeLauncher

2021-02-16 Thread Julia Boes
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 >

Re: RFR: 8261750: Remove internal class sun.net.www.MimeLauncher

2021-02-16 Thread Daniel Fuchs
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

Re: RFR: 8261750: Remove internal class sun.net.www.MimeLauncher

2021-02-15 Thread Vyom Mani Tewari
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 >

Re: RFR: 8261750: Remove internal class sun.net.www.MimeLauncher

2021-02-15 Thread Alan Bateman
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

RFR: 8261750: Remove internal class sun.net.www.MimeLauncher

2021-02-15 Thread Julia Boes
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