diff --git a/SPECS/java-1.8.0-openjdk.spec b/SPECS/java-1.8.0-openjdk.spec
index 4835bb4..dcbc11b 100644
--- a/SPECS/java-1.8.0-openjdk.spec
+++ b/SPECS/java-1.8.0-openjdk.spec
@@ -1589,6 +1589,8 @@ do
   fi
 done
 
+# Disabled on armhfp
+%ifnarch %{arm}
 # Make sure gdb can do a backtrace based on line numbers on libjvm.so
 gdb -q "$JAVA_HOME/bin/java" <<EOF | tee gdb.out
 handle SIGSEGV pass nostop noprint
@@ -1602,6 +1604,7 @@ end
 run -version
 EOF
 grep 'JavaCallWrapper::JavaCallWrapper' gdb.out
+%endif
 
 # Check src.zip has all sources. See RHBZ#1130490
 jar -tf $JAVA_HOME/src.zip | grep 'sun.misc.Unsafe'
@@ -2012,6 +2015,9 @@ require "copy_jdk_configs.lua"
 %endif
 
 %changelog
+* Mon Nov 19 2018 Johnny Hughes <johnny@centos.org>
+-  Manual CentOS Debranding
+
 * Tue Oct 09 2018 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.191.b12-1
 - Update to aarch64-shenandoah-jdk8u191-b12.
 - Resolves: rhbz#1633817