Tuned aarch64

This commit is contained in:
Jiri Vanek 2014-07-21 11:49:05 +02:00
parent b1ddbec175
commit 9072f47c1a

View File

@ -135,7 +135,7 @@
Name: java-%{javaver}-%{origin}
Version: %{javaver}.%{updatever}
Release: 6.%{buildver}%{?dist}
Release: 7.%{buildver}%{?dist}
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
# also included the epoch in their virtual provides. This created a
@ -542,10 +542,6 @@ pushd %{buildoutputdir}
bash ../../configure \
%ifnarch %{jit_arches}
--with-jvm-variants=zero \
%endif
%ifarch %{aarch64}
--with-jvm-variants=client \
--disable-precompiled-headers \
%endif
--disable-zip-debug-info \
--with-milestone="fcs" \
@ -1161,6 +1157,10 @@ exit 0
%{_jvmdir}/%{jredir}/lib/accessibility.properties
%changelog
* Mon Jul 21 2014 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.11-7.b12
- removed legacy aarch64 switches
- --with-jvm-variants=client and --disable-precompiled-headers
* Tue Jul 15 2014 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.11-6.b12
- added patch patch9999 enableArm64.patch to enable new hotspot