RFR: 8261750: Remove internal class sun.net.www.MimeLauncher
Julia Boes
jboes at openjdk.java.net
Tue Feb 16 13:01:38 UTC 2021
On Tue, 16 Feb 2021 10:09:08 GMT, Daniel Fuchs <dfuchs at openjdk.org> 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.net.www.MimeEntry::launch, which is not called anywhere in those two package. A related public class, sun.net.www. ApplicationLaunchException, is no longer used anywhere. Therefore, these two can also be considered for removal.
>
> Looks good to me. Make sure to run tier1/tier2/tier3 to double check that there's no test invoking this.
tier1/tier2/tier3 are all clear. Thanks for reviewing!
-------------
PR: https://git.openjdk.java.net/jdk/pull/2580
More information about the net-dev
mailing list