[java-1.7.0-openjdk] updated java-1.7.0-openjdk-ppc-zero-hotspot.patch to pass without loose patching

jiri vanek jvanek at fedoraproject.org
Fri Jun 28 09:31:07 UTC 2013


commit 95f00f037d6143633b7db85eb4b08f632bffe4b4
Author: Jiri Vanek <jvanek at jvanek.redhat>
Date:   Fri Jun 28 11:30:47 2013 +0200

    updated java-1.7.0-openjdk-ppc-zero-hotspot.patch to pass without loose patching

 java-1.7.0-openjdk-ppc-zero-hotspot.patch |    3 ++-
 java-1.7.0-openjdk.spec                   |    5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/java-1.7.0-openjdk-ppc-zero-hotspot.patch b/java-1.7.0-openjdk-ppc-zero-hotspot.patch
index f7e49bc..80c9b94 100644
--- a/java-1.7.0-openjdk-ppc-zero-hotspot.patch
+++ b/java-1.7.0-openjdk-ppc-zero-hotspot.patch
@@ -13,5 +13,6 @@
 -define_pd_global(intx,  VMThreadStackSize,       512);
 +define_pd_global(intx,  VMThreadStackSize,       1152);
  #endif // _LP64
- define_pd_global(intx,  SurvivorRatio,           8);
  define_pd_global(intx,  CompilerThreadStackSize, 0);
+ define_pd_global(uintx, JVMInvokeMethodSlack,    8192);
+
diff --git a/java-1.7.0-openjdk.spec b/java-1.7.0-openjdk.spec
index 5c34a02..f041566 100644
--- a/java-1.7.0-openjdk.spec
+++ b/java-1.7.0-openjdk.spec
@@ -137,7 +137,7 @@
 
 Name:    java-%{javaver}-%{origin}
 Version: %{javaver}.%{buildver}
-Release: %{icedtea_version}.5%{?dist}
+Release: %{icedtea_version}.6%{?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
@@ -1175,6 +1175,9 @@ exit 0
 %{_jvmdir}/%{jredir}/lib/accessibility.properties
 
 %changelog
+* Fri Jun 28 2013 Jiri Vanek <jvanek at redhat.com> - 1.7.0.25-2.3.10.6.f20
+- updated java-1.7.0-openjdk-ppc-zero-hotspot.patch to pass without loose patching
+
 * Thu Jun 27 2013 Jiri Vanek <jvanek at redhat.com> - 1.7.0.25-2.3.10.5.f20
 - added uniquejavadocdir to improve diffability
 - all patch commands repalced by patch macro


More information about the scm-commits mailing list