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 Marked as reviewed by alanb (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/12297