src/hotspot/.mx.jvmci/suite.py
changeset 54669 ad45b3802d4e
parent 52433 a0ea20bc7af0
child 58851 f1e6442241ca
--- a/src/hotspot/.mx.jvmci/suite.py	Wed May 01 12:41:26 2019 -0400
+++ b/src/hotspot/.mx.jvmci/suite.py	Wed May 01 12:31:29 2019 -0700
@@ -56,6 +56,9 @@
     "jdk.vm.ci.common" : {
       "subDir" : "../jdk.internal.vm.ci/share/classes",
       "sourceDirs" : ["src"],
+      "dependencies" : [
+        "jdk.vm.ci.services",
+      ],
       "checkstyle" : "jdk.vm.ci.services",
       "javaCompliance" : "9+",
       "workingSets" : "API,JVMCI",
@@ -258,9 +261,11 @@
       "subDir" : "../../test/hotspot/jtreg/compiler/jvmci",
       "dependencies" : [
         "jdk.vm.ci.runtime.test",
+        "jdk.vm.ci.hotspot.test",
       ],
       "distDependencies" : [
         "JVMCI_API",
+        "JVMCI_HOTSPOT",
       ],
       "exclude" : ["mx:JUNIT"],
     },