Removed workaround for broken aarch64 slowdebug build

This commit is contained in:
Jiri Vanek 2018-07-09 17:32:30 +02:00
parent aac356d1a7
commit 6c5c149141

View File

@ -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}