src/hotspot/.mx.jvmci/suite.py
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File
*** old/src/hotspot/.mx.jvmci/suite.py	Thu Mar 28 11:22:08 2019
--- new/src/hotspot/.mx.jvmci/suite.py	Thu Mar 28 11:22:07 2019

*** 54,63 **** --- 54,66 ---- # ------------- JVMCI:API ------------- "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", },
*** 256,268 **** --- 259,273 ---- "JVMCI_TEST" : { "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"], }, }, }

src/hotspot/.mx.jvmci/suite.py
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File