diff --git a/java-11-openjdk.spec b/java-11-openjdk.spec index 6d57e2c..1acebac 100644 --- a/java-11-openjdk.spec +++ b/java-11-openjdk.spec @@ -59,9 +59,6 @@ # 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} %{aarch64} %global include_debug_build 1 %else %global include_debug_build 0 @@ -69,9 +66,6 @@ %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}