changeset 22777:781e01df3c4c

added JVMCI_VERSION constant
author Doug Simon <doug.simon@oracle.com>
date Tue, 19 Jan 2016 11:55:30 +0100
parents 8a3fd0269d15
children 215f448ed1d7
files mx.jvmci/mx_jvmci.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mx.jvmci/mx_jvmci.py	Fri Jan 15 08:29:11 2016 -0800
+++ b/mx.jvmci/mx_jvmci.py	Tue Jan 19 11:55:30 2016 +0100
@@ -40,6 +40,8 @@
 
 _suite = mx.suite('jvmci')
 
+JVMCI_VERSION = 8
+
 """ The VMs that can be built and run along with an optional description. Only VMs with a
     description are listed in the dialogue for setting the default VM (see get_vm()). """
 _vmChoices = {