[java-1.7.0-openjdk/f19] hotspot patches restricted to jitarch archs only

jiri vanek jvanek at fedoraproject.org
Tue May 14 15:07:07 UTC 2013


commit a8bec999e9edda3101e5d9ea20778bbee111b1dc
Author: Jiri Vanek <jvanek at jvanek.redhat>
Date:   Tue May 14 17:07:41 2013 +0200

    hotspot patches restricted to jitarch archs only

 java-1.7.0-openjdk.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/java-1.7.0-openjdk.spec b/java-1.7.0-openjdk.spec
index 324108b..31ceae4 100644
--- a/java-1.7.0-openjdk.spec
+++ b/java-1.7.0-openjdk.spec
@@ -138,7 +138,7 @@
 
 Name:    java-%{javaver}-%{origin}
 Version: %{javaver}.%{buildver}
-Release: %{icedtea_version}.8%{?dist}
+Release: %{icedtea_version}.9%{?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
@@ -549,8 +549,10 @@ patch -l -p0 < %{PATCH105}
 %endif
 
 patch -l -p0 < %{PATCH401}
+%ifarch %{jit_arches}
 patch -l -p0 < %{PATCH402}
 patch -l -p0 < %{PATCH403}
+%endif
 
 # Build the re-written rhino jar
 mkdir -p rhino/{old,new}
@@ -1156,6 +1158,10 @@ exit 0
 %{_jvmdir}/%{jredir}/lib/accessibility.properties
 
 %changelog
+* Tue May 14 2013 Jiri Vanek <jvanek at redhat.com> 1.7.0.19-2.3.9.9.fc19
+- patch402 gstackbounds.patch applied only to jit arches
+- patch403 PStack-808293.patch likewise
+
 * Mon May 13 2013 Jiri Vanek <jvanek at redhat.com>
 - enhancements to icons
  - now points to openjdk directly instead though alternatives


More information about the scm-commits mailing list