From Fedora Project Wiki
No edit summary
No edit summary
Line 43: Line 43:


== Current status ==
== Current status ==
<!--[[Category:ChangeReadyForFesco]]-->
[[Category:ChangeReadyForFesco]]
[[Category:ChangePageIncomplete]]
<!--[[Category:ChangePageIncomplete]]-->
[[Category:SystemWideChange]]  
[[Category:SystemWideChange]]  


Line 167: Line 167:
== Dependencies ==
== Dependencies ==
There are is unknown number of multilib java consumers. I expect some of them may rise voice, but that will have to handled one by one.
There are is unknown number of multilib java consumers. I expect some of them may rise voice, but that will have to handled one by one.
<!-- What other packages (RPMs) depend on this package?  Are there changes outside the developers' control on which completion of this change depends?  In other words, completion of another change owned by someone else and might cause you to not be able to finish on time or that you would need to coordinate?  Other upstream projects like the kernel (if this is not a kernel change)? -->
<!-- What other packages (RPMs) depend on this package?  Are there changes outside the developers' control on which completion of this change depends?  In other words, completion of another change owned by someone else and might cause you to not be able to finish on time or that you would need to coordinate?  Other upstream projects like the kernel (if this is not a kernel change)? -->



Revision as of 12:54, 7 March 2022


Drop 32b builds of jdk8,11,17 and latest (18) rpms

Summary

java-1.8.0-openjdk, java-11-openjdk, java-17-openjdk and java-latest-openjdk packages will no longer build i686 subpackages

Owner

  • Name: Jiri Vanek
  • Email: <jvanek@redhat.com>
  • Product: java and java stack
  • Responsible WG: java-sig (java and java-maint)(which no longer exists)
  • rcm ticket: todo

Current status

  • Targeted release: Fedora 37
  • Last updated: 2022-03-07
  • FESCo issue: todo
  • Tracker bug: todo
  • Release notes todo

Expected schedule

  • during march, drop i686 builds from all jdks in fedora rawhide

Detailed Description

Fedora currently ships:

  • java-1.8.0-openjdk (LTS)
  • java-11-openjdk (LTS)
  • java-17-openjdk (LTS)
  • java-latest-openjdk (STS, jdk18).

All those builds on all architectures except jdk8, where arm32 with jit is built by different package. Unluckily, the i686 bit builds of jdk are rotten in upstream. The recent breakage of i686 JIT just before branching nearly killed jdk17 as system jdk feature. The rotting have main visibility with newer GCCs. If GCC bump, and it does, it always triggers new issues in i686 JIT, and there is less and less people to somehow workaround them. Unluckily, there is probably no longer anyone willing to really fix them

Benefit to Fedora

The i686 builds are rotten in usptream, and to patch them localy had become pain. We may be introducing very bugy i686 jdk. Better then to do so, we would rather not ship that at all. This will untie hands of both JDK and GCC developers, who will no longer need to dive into nasty legacy code.

Scope

Change owners

  • we will simiply stop building i686 pkg in rawhide

Other developers

  • may notice the multilib i686 java missing.
  • it is up to them to drop i686 builds or to povide workaround (if possible)


Other

  • Release engineering: todo
    • mass rebuild will NOT be required for this change


  • Trademark approval: N/A (not needed for this Change)

Upgrade/compatibility impact

  • The upgrade on multilib systems will lead to autoremoval of i686 javastack
  • which should be minimum - 99% of javastack is noarch

How To Test

install i686 java will result to not packages found

User Experience

User experience on multilib systems will be bad. Bad reasonable.

Dependencies

There are is unknown number of multilib java consumers. I expect some of them may rise voice, but that will have to handled one by one.

Contingency Plan

  • Contingency mechanism: return i686 packages

Documentation

Will be neded...

Release Notes

None yet...