Description of problem: For consistency between arch, would be good to have the same jvm flag configuration like in x86_64 for example. Version-Release number of selected component (if applicable): package : java-1.8.0-openjdk-headless-1.8.0.172-12.b11.fc28.ppc64le file /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.172-12.b11.fc28.ppc64le/jre/lib/ppc64le/jvm.cfg Should contain : -server KNOWN -client IGNORE How reproducible: Steps to Reproduce: 1. dnf install -y java-1.8.0-openjdk-headless-1.8.0.172-12.b11.fc28.ppc64le 2. java -client Alternative : 3. grep '-client' /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.172-12.b11.fc28.ppc64le/jre/lib/ppc64le/jvm.cfg | wc -l result : 0 Actual results: ``` Unrecognized option: -client Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. ``` Expected results: the java command line help section Additional info:
This will be fixed once the 8u backport for JDK-8073139 will be incorporated. It should be soon now.
Scratch build with this fixed: https://koji.fedoraproject.org/koji/taskinfo?taskID=30060975
Pull request which includes the fix: https://src.fedoraproject.org/rpms/java-1.8.0-openjdk/pull-request/28
java-1.8.0-openjdk-1.8.0.181.b15-6.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-48a8c64c7c
java-1.8.0-openjdk-1.8.0.181.b15-6.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-16ac53a051
java-1.8.0-openjdk-1.8.0.181.b15-6.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-48a8c64c7c
java-1.8.0-openjdk-1.8.0.181.b15-6.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-16ac53a051
java-1.8.0-openjdk-1.8.0.181.b15-6.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.
java-1.8.0-openjdk-1.8.0.181.b15-6.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report.