On Mon, 15 Feb 2021 18:30:58 GMT, Julia Boes <jb...@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. This pull request has now been integrated. Changeset: 03b586b3 Author: Julia Boes <jb...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/03b586b3 Stats: 301 lines in 3 files changed: 0 ins; 300 del; 1 mod 8261750: Remove internal class sun.net.www.MimeLauncher Reviewed-by: alanb, dfuchs ------------- PR: https://git.openjdk.java.net/jdk/pull/2580