On Mon, 30 Jan 2023 18:06:12 GMT, Mandy Chung <mch...@openjdk.org> wrote:
> jdeps -profile option shows which compact profile of the types that a class > depends on instead. By default jdeps shows the types and their modules that > a class depend on. Compact profiles becomes legacy since Java SE 9 when > modules are defined. The `-profile` option can be deprecated and removed in > a future release to reduce the maintenance. > > CSR: https://bugs.openjdk.org/browse/JDK-8301295 This pull request has now been integrated. Changeset: 2d7690b2 Author: Mandy Chung <mch...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/2d7690b2e5b224bf2232c7cecf51cad8b0c078b3 Stats: 6 lines in 2 files changed: 4 ins; 0 del; 2 mod 8301207: (jdeps) Deprecate jdeps -profile option Reviewed-by: alanb ------------- PR: https://git.openjdk.org/jdk/pull/12297