From 75988b4bd6855203062c719937557068cbf6c09f Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Mon, 9 Jul 2018 18:30:44 +0200 Subject: [PATCH] Removed arm32 from slowdebug arches --- java-11-openjdk.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/java-11-openjdk.spec b/java-11-openjdk.spec index a69e4ba..591e204 100644 --- a/java-11-openjdk.spec +++ b/java-11-openjdk.spec @@ -59,6 +59,9 @@ # By default, we build a debug build during main build on JIT architectures %if %{with slowdebug} %ifarch %{jit_arches} +# Temporarily disable slowdebug build for Aarch64 since it does not +# bootcycle. See JDK-8204331. +%ifnarch %{arm} %global include_debug_build 1 %else %global include_debug_build 0 @@ -66,6 +69,9 @@ %else %global include_debug_build 0 %endif +%else +%global include_debug_build 0 +%endif # On x86_64 and AArch64, we use the Shenandoah HotSpot %ifarch x86_64 %{aarch64}