From ce832b062888f0f92b85b00b8df62dfd8e23e2f9 Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Sat, 23 Jan 2021 08:23:32 +0300 Subject: [PATCH] Update buildjdk.sh --- buildjdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildjdk.sh b/buildjdk.sh index debe26d..6c8e4f5 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -51,7 +51,7 @@ bash ./configure \ --with-extra-ldflags="$LDFLAGS" \ --enable-option-checking=fatal \ --openjdk-target=$TARGET \ - --with-jvm-features=-shenandoahgc \ + --disable-jvm-feature-shenandoahgc \ --with-jdk-variant=normal \ --with-jvm-variants=$JVM_VARIANTS \ --with-cups-include=$CUPS_DIR \