commit: 8a19cc5a70191d934c829929a5a3be194ab93bb0 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Nov 3 23:12:55 2018 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> 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 <chewi <AT> 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
