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

Mandy Chung mchung at openjdk.org
Mon Jan 30 18:14:14 UTC 2023


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

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

Commit messages:
 - 8301207: (jdeps) Deprecate jdeps -profile option

Changes: https://git.openjdk.org/jdk/pull/12297/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12297&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8301207
  Stats: 6 lines in 2 files changed: 4 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/12297.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12297/head:pull/12297

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


More information about the core-libs-dev mailing list