profiles: Add JVM_VARIANT USE_EXPAND descriptions
authorJames Le Cuirot <chewi@gentoo.org>
Sat, 3 Nov 2018 23:12:55 +0000 (23:12 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Thu, 8 Nov 2018 23:11:08 +0000 (23:11 +0000)
Admittedly I barely know what these mean. Hopefully somebody else can
improve them.

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
profiles/desc/jvm_variant.desc [new file with mode: 0644]

diff --git a/profiles/desc/jvm_variant.desc b/profiles/desc/jvm_variant.desc
new file mode 100644 (file)
index 0000000..940cfd8
--- /dev/null
@@ -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