-
Bug
-
Resolution: Done
-
Undefined
-
rhel-9.3.0, rhel-9.4
-
java-21-openjdk-21.0.2.0.13-2.el9
-
None
-
None
-
ZStream
-
rhel-sst-java
-
None
-
False
-
-
None
-
None
-
Approved Blocker
-
None
-
None
-
If docs needed, set a value
-
-
Unspecified
-
None
Description of problem:
jcmd is shipped in the devel binary packages:
However, it is a useful command for problem diagnosis in environments where only the runtime components are installed (java-17-openjdk-headless). Can we move it into that package?
Since java-17-openjdk-devel -depends> java-17-openjdk --depends-> java-17-openjdk-headless, jcmd would remain available where java-17-openjdk-devel is installed.
Version-Release number of selected component (if applicable):
1:17.0.8.0.7-2.el9
How reproducible:
always
Steps to Reproduce:
rpm -qf $(readlink -f $(command -v jcmd))
Actual results:
java-17-openjdk-devel-17.0.8.0.7-2.el9.x86_64
Expected results:
java-17-openjdk-headless-17.0.8.0.7-2.el9.x86_64
Additional info:
This was originally requested for the OpenJDK containers (OPENJDK-861)
- clones
-
RHEL-3461 Please move jcmd into the runtime binary packages [rhel-9, openjdk-17]
- In Progress