[arch-commits] Commit in java11-openjdk/trunk (PKGBUILD)

Frederik Schwan freswa at gemini.archlinux.org
Wed Jun 8 12:30:15 UTC 2022


    Date: Wednesday, June 8, 2022 @ 12:30:15
  Author: freswa
Revision: 447754

enable shenandoahgc

Modified:
  java11-openjdk/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-08 08:45:05 UTC (rev 447753)
+++ PKGBUILD	2022-06-08 12:30:15 UTC (rev 447754)
@@ -19,7 +19,7 @@
 _securityver=15
 _updatever=10
 pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
-pkgrel=1
+pkgrel=2
 _git_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
 arch=('x86_64')
 url='https://openjdk.java.net/'
@@ -98,7 +98,7 @@
     --with-lcms=system \
     --with-zlib=system \
     --with-harfbuzz=system \
-    --with-jvm-features=zgc \
+    --with-jvm-features=zgc,shenandoahgc \
     --enable-unlimited-crypto \
     --disable-warnings-as-errors \
     ${NUM_PROC_OPT}



More information about the arch-commits mailing list