Integrated: JDK-8310460: Remove jdeps -profile option

Mandy Chung mchung at openjdk.org
Fri Jun 23 17:06:12 UTC 2023


On Tue, 20 Jun 2023 18:42:30 GMT, Mandy Chung <mchung at openjdk.org> wrote:

> Compact profiles are defined in Java SE 8 and are legacy in Java SE 9. jdeps -profile option was deprecated for removal in JDK 21. This option can be removed in JDK 22. Customers can use jdeps to find the set of modules required by their applications instead.

This pull request has now been integrated.

Changeset: 556831d1
Author:    Mandy Chung <mchung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/556831d1bf80a919330d9ca5330b4deef16592e2
Stats:     384 lines in 9 files changed: 0 ins; 329 del; 55 mod

8310460: Remove jdeps -profile option

Reviewed-by: alanb

-------------

PR: https://git.openjdk.org/jdk/pull/14570


More information about the core-libs-dev mailing list