RFR: JDK-8310460: Remove jdeps -profile option

Mandy Chung mchung at openjdk.org
Tue Jun 20 18:51:07 UTC 2023


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.

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

Commit messages:
 - JDK-8310460: Remove jdeps -profile option

Changes: https://git.openjdk.org/jdk/pull/14570/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14570&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8310460
  Stats: 376 lines in 9 files changed: 0 ins; 329 del; 47 mod
  Patch: https://git.openjdk.org/jdk/pull/14570.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14570/head:pull/14570

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


More information about the core-libs-dev mailing list