Removed arm32 from slowdebug arches

This commit is contained in:
Jiri Vanek 2018-07-09 18:30:44 +02:00
parent d2944dbf66
commit 75988b4bd6
1 changed files with 6 additions and 0 deletions

View File

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