changeset 22433:b86b624dabae

amd64 and sparc code is not HotSpot-specific, therefore should be in JVMCI_API distribution
author Christian Wimmer <christian.wimmer@oracle.com>
date Wed, 19 Aug 2015 16:16:49 -0700
parents e4f0d819fe22
children d811fd497a6f
files mx.jvmci/suite.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mx.jvmci/suite.py	Wed Aug 19 16:15:21 2015 -0700
+++ b/mx.jvmci/suite.py	Wed Aug 19 16:16:49 2015 -0700
@@ -373,6 +373,8 @@
         "jdk.internal.jvmci.runtime",
         "jdk.internal.jvmci.common",
         "jdk.internal.jvmci.compiler",
+        "jdk.internal.jvmci.amd64",
+        "jdk.internal.jvmci.sparc",
       ],
       "distDependencies" : [
         "JVMCI_OPTIONS",