From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74EAA138336 for ; Thu, 8 Nov 2018 23:11:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48B13E092A; Thu, 8 Nov 2018 23:11:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D671E092A for ; Thu, 8 Nov 2018 23:11:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61E77335CD2 for ; Thu, 8 Nov 2018 23:11:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7546E451 for ; Thu, 8 Nov 2018 23:11:43 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1541718668.8a19cc5a70191d934c829929a5a3be194ab93bb0.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/jvm_variant.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 8a19cc5a70191d934c829929a5a3be194ab93bb0 X-VCS-Branch: master Date: Thu, 8 Nov 2018 23:11:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3abc92b0-56a7-42b9-830a-baae39f3ebe0 X-Archives-Hash: a4f2b08045819422c3afdc5ccd3840d8 commit: 8a19cc5a70191d934c829929a5a3be194ab93bb0 Author: James Le Cuirot gentoo org> AuthorDate: Sat Nov 3 23:12:55 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Nov 8 23:11:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a19cc5a profiles: Add JVM_VARIANT USE_EXPAND descriptions Admittedly I barely know what these mean. Hopefully somebody else can improve them. Signed-off-by: James Le Cuirot gentoo.org> profiles/desc/jvm_variant.desc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/profiles/desc/jvm_variant.desc b/profiles/desc/jvm_variant.desc new file mode 100644 index 00000000000..940cfd8fd13 --- /dev/null +++ b/profiles/desc/jvm_variant.desc @@ -0,0 +1,11 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# This file contains descriptions of JVM_VARIANT USE_EXPAND +# for dev-java/openjdk. + +client - Enable many JVM feature sets including compiler1 +core - A template-interpreter only JVM feature set +minimal - Enable a reduced compiler1 JVM feature set +server - Enable most JVM feature sets including compiler1, compiler2, and aot +zero - Zero-Assembler port of the JVM