> When building a headless JDK on Linux (configure option > `--enable-headless-only`) there is still the tool bin/jconsole in the > resulting JDK image. > However the tool seems not to work, so probably it could be removed. > Also the jdk.jconsole classes can be found in the lib/modules file (probably > they are not very useful in a headless jdk). > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision: Just remove the jconsole launcher, keep the jmod and classes ------------- Changes: - all: https://git.openjdk.org/jdk/pull/31499/files - new: https://git.openjdk.org/jdk/pull/31499/files/32f5b21b..9429de75 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31499&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31499&range=00-01 Stats: 7 lines in 2 files changed: 2 ins; 5 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/31499.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31499/head:pull/31499 PR: https://git.openjdk.org/jdk/pull/31499
