Disable Shenandoah GC

This commit is contained in:
Duy Tran Khanh 2021-01-23 11:41:18 +07:00 committed by GitHub
parent 04f901448c
commit 60e8f3e09e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,7 @@ bash ./configure \
--with-extra-ldflags="$LDFLAGS" \ --with-extra-ldflags="$LDFLAGS" \
--enable-option-checking=fatal \ --enable-option-checking=fatal \
--openjdk-target=$TARGET \ --openjdk-target=$TARGET \
--with-jvm-features=-shenandoahgc \
--with-jdk-variant=normal \ --with-jdk-variant=normal \
--with-jvm-variants=$JVM_VARIANTS \ --with-jvm-variants=$JVM_VARIANTS \
--with-cups-include=$CUPS_DIR \ --with-cups-include=$CUPS_DIR \