RFR: 8301207: (jdeps) Deprecate jdeps -profile option

Alan Bateman alanb at openjdk.org
Mon Jan 30 18:19:26 UTC 2023


On Mon, 30 Jan 2023 18:06:12 GMT, Mandy Chung <mchung at 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

Marked as reviewed by alanb (Reviewer).

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

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


More information about the core-libs-dev mailing list