From daaa2aa100078c0e4c880ec73a3b0ea79ed12cb6 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Sat, 24 Oct 2020 04:17:02 +0000 Subject: Enable the Shenandoah GC --- java/openjdk11/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'java') diff --git a/java/openjdk11/Makefile b/java/openjdk11/Makefile index b9b462713825..1b2718d1f6c8 100644 --- a/java/openjdk11/Makefile +++ b/java/openjdk11/Makefile @@ -3,6 +3,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} +PORTREVISION= 1 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} @@ -75,6 +76,7 @@ CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} \ --disable-ccache \ --disable-javac-server \ --disable-hotspot-gtest \ + --with-jvm-features=shenandoahgc \ --with-alsa=${LOCALBASE} \ --with-cups=${LOCALBASE} \ --with-fontconfig=${LOCALBASE} \ -- cgit v1.2.3