changeset 22329:6dc8c13bf1c7

Add some supported os/arch for JVM distribution
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Thu, 23 Jul 2015 10:46:27 +0200
parents 3a95164b033c
children 856aeb17e892
files mx.jvmci/suite.py
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mx.jvmci/suite.py	Mon Jul 27 13:30:20 2015 +0200
+++ b/mx.jvmci/suite.py	Thu Jul 23 10:46:27 2015 +0200
@@ -300,6 +300,16 @@
             "path" : "build/<vmbuild>/darwin/amd64/<vm>/jvm.tar",
           }
         },
+        "windows" : {
+          "amd64" : {
+            "path" : "build/<vmbuild>/windows/amd64/<vm>/jvm.tar",
+          }
+        },
+        "solaris" : {
+          "sparcv9" : {
+            "path" : "build/<vmbuild>/solaris/sparcv9/<vm>/jvm.tar",
+          }
+        },
       }
     },