diff mx.jvmci/mx_jvmci.py @ 22284:09acb1bc3a56

make hotspot native project's results parameterized on <vmbuild>
author Doug Simon <doug.simon@oracle.com>
date Wed, 22 Jul 2015 22:45:55 +0200
parents 65eb572cbcb7
children 2ecfec90e51e
line wrap: on
line diff
--- a/mx.jvmci/mx_jvmci.py	Wed Jul 22 20:39:26 2015 +0200
+++ b/mx.jvmci/mx_jvmci.py	Wed Jul 22 22:45:55 2015 +0200
@@ -756,6 +756,8 @@
         return ''
     if var == 'buildname':
         return _hotspotGetVariant()
+    if var == 'vmbuild':
+        return _vmbuild
     return mx._replaceResultsVar(m)
 
 class HotSpotProject(mx.NativeProject):