On Mon, 15 Feb 2021 19:19:29 GMT, Alan Bateman <al...@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. > > Marked as reviewed by alanb (Reviewer). Looks ok to me. Vyom ------------- PR: https://git.openjdk.java.net/jdk/pull/2580