diff options
Diffstat (limited to 'community/openjdk8/icedtea-hotspot-noagent-musl.patch')
-rw-r--r-- | community/openjdk8/icedtea-hotspot-noagent-musl.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/openjdk8/icedtea-hotspot-noagent-musl.patch b/community/openjdk8/icedtea-hotspot-noagent-musl.patch index 67dbae3cb2..25bdb1c5a5 100644 --- a/community/openjdk8/icedtea-hotspot-noagent-musl.patch +++ b/community/openjdk8/icedtea-hotspot-noagent-musl.patch @@ -1,6 +1,6 @@ --- openjdk.orig/common/autoconf/configure +++ openjdk/common/autoconf/configure -@@ -96,7 +96,7 @@ +@@ -103,7 +103,7 @@ } # Check for local changes @@ -11,7 +11,7 @@ # Test if open configure is newer than custom configure, if so, custom needs to --- openjdk.orig/common/autoconf/jdk-options.m4 +++ openjdk/common/autoconf/jdk-options.m4 -@@ -151,7 +151,7 @@ +@@ -159,7 +159,7 @@ AC_SUBST(JVM_VARIANT_ZEROSHARK) AC_SUBST(JVM_VARIANT_CORE) @@ -22,7 +22,7 @@ fi --- openjdk.orig/hotspot/make/linux/makefiles/defs.make +++ openjdk/hotspot/make/linux/makefiles/defs.make -@@ -309,6 +309,9 @@ +@@ -305,6 +305,9 @@ # Serviceability Binaries # No SA Support for PPC, IA64, ARM or zero @@ -32,10 +32,10 @@ ADD_SA_BINARIES/x86 = $(EXPORT_JRE_LIB_ARCH_DIR)/libsaproc.$(LIBRARY_SUFFIX) \ $(EXPORT_LIB_DIR)/sa-jdi.jar ADD_SA_BINARIES/sparc = $(EXPORT_JRE_LIB_ARCH_DIR)/libsaproc.$(LIBRARY_SUFFIX) \ -@@ -326,6 +329,11 @@ +@@ -322,6 +322,11 @@ + endif endif endif - endif +else +ADD_SA_BINARIES/x86 = +ADD_SA_BINARIES/sparc = |