Handle new CDS archive variants (*_coh*) added by Compact Object Headers (JDK-8305895)
Related: RHEL-120553
This commit is contained in:
parent
e446d04709
commit
335fe3d7e6
@ -855,8 +855,10 @@ fi
|
||||
%{_jvmdir}/%{sdkdir -- %{?1}}/lib/%{vm_variant}/*.so
|
||||
%ifarch %{share_arches}
|
||||
%attr(444, root, root) %{_jvmdir}/%{sdkdir -- %{?1}}/lib/%{vm_variant}/classes.jsa
|
||||
%attr(444, root, root) %{_jvmdir}/%{sdkdir -- %{?1}}/lib/%{vm_variant}/classes_coh.jsa
|
||||
%ifnarch %{ix86} %{arm32}
|
||||
%attr(444, root, root) %{_jvmdir}/%{sdkdir -- %{?1}}/lib/%{vm_variant}/classes_nocoops.jsa
|
||||
%attr(444, root, root) %{_jvmdir}/%{sdkdir -- %{?1}}/lib/%{vm_variant}/classes_nocoops_coh.jsa
|
||||
%endif
|
||||
%endif
|
||||
%dir %{etcjavasubdir}
|
||||
@ -2530,6 +2532,7 @@ exit 0
|
||||
- Sync the copy of the portable specfile with the latest update
|
||||
- Remove default.policy and java.policy following JDK-8338411: "Permanently Disable the Security Manager"
|
||||
- Make man page handling dependent on pandoc being available during the portable build
|
||||
- Handle new CDS archive variants (*_coh*) added by Compact Object Headers (JDK-8305895)
|
||||
- Related: RHEL-120553
|
||||
|
||||
* Sat Oct 25 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:23.0.2.0.7-1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user