Bug 1607540 - [java][openjdk] jre/lib/ppc64le/jvm.cfg should be the same on all arches
Summary: [java][openjdk] jre/lib/ppc64le/jvm.cfg should be the same on all arches
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: java-1.8.0-openjdk
Version: 28
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Severin Gehwolf
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-07-23 17:07 UTC by Nicolas PLANEL
Modified: 2018-10-30 17:26 UTC (History)
8 users (show)

Fixed In Version: java-1.8.0-openjdk-1.8.0.181.b15-6.fc28 java-1.8.0-openjdk-1.8.0.181.b15-6.fc29
Clone Of:
Environment:
Last Closed: 2018-10-19 16:07:28 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
openjdk bug system JDK-8073139 0 None None None 2018-10-05 09:03:12 UTC

Description Nicolas PLANEL 2018-07-23 17:07:52 UTC
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:

Comment 1 Severin Gehwolf 2018-10-05 09:03:13 UTC
This will be fixed once the 8u backport for JDK-8073139 will be incorporated. It should be soon now.

Comment 2 Severin Gehwolf 2018-10-05 16:03:17 UTC
Scratch build with this fixed:
https://koji.fedoraproject.org/koji/taskinfo?taskID=30060975

Comment 3 Severin Gehwolf 2018-10-08 14:20:54 UTC
Pull request which includes the fix:
https://src.fedoraproject.org/rpms/java-1.8.0-openjdk/pull-request/28

Comment 4 Fedora Update System 2018-10-12 09:33:42 UTC
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

Comment 5 Fedora Update System 2018-10-12 09:33:50 UTC
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

Comment 6 Fedora Update System 2018-10-12 18:26:12 UTC
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

Comment 7 Fedora Update System 2018-10-12 21:28:13 UTC
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

Comment 8 Fedora Update System 2018-10-19 16:07:28 UTC
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.

Comment 9 Fedora Update System 2018-10-30 17:26:11 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.