]> git.pld-linux.org Git - packages/openjdk11.git/commitdiff
enable shenandoah gc
authorJan Palus <atler@pld-linux.org>
Sun, 18 Apr 2021 12:50:43 +0000 (14:50 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 18 Apr 2021 12:50:43 +0000 (14:50 +0200)
openjdk11.spec

index 640358538ee83e74d0ae1850c158d70f9f321c36..1d5e43761ce3c98c6d1af8ccfd588b868529625d 100644 (file)
 %define                with_zero       1
 %endif
 
+%ifarch %{ix86} %{x8664} aarch64
+%define                with_shenandoahgc       1
+%endif
+
 # class data version seen with file(1) that this jvm is able to load
 %define                _classdataversion 55.0
 
@@ -352,6 +356,7 @@ chmod a+x configure
        --with-extra-cflags="%{rpmcppflags} %{rpmcflags} -fcommon -fno-tree-dse" \
        --with-extra-cxxflags="%{rpmcppflags} %{rpmcxxflags} -fcommon -fno-tree-dse" \
        --with-extra-ldflags="%{rpmldflags}" \
+       --with-jvm-features="%{?with_shenandoahgc:shenandoahgc}" \
        --with-native-debug-symbols=none \
        --disable-full-docs \
        --disable-javac-server \
This page took 0.235595 seconds and 4 git commands to generate.