diff mx.jvmci/suite.py @ 22700:1ecbf6cc9ab0

removed Graal compiler options from JVMCICompiler
author Doug Simon <doug.simon@oracle.com>
date Wed, 21 Oct 2015 22:45:57 +0200
parents 57646377e480
children a130b51efb07
line wrap: on
line diff
--- a/mx.jvmci/suite.py	Wed Oct 21 09:06:12 2015 -0700
+++ b/mx.jvmci/suite.py	Wed Oct 21 22:45:57 2015 +0200
@@ -109,7 +109,6 @@
       "sourceDirs" : ["src"],
       "dependencies" : [
         "jdk.vm.ci.code",
-        "jdk.vm.ci.options"
       ],
       "checkstyle" : "jdk.vm.ci.service",
       "annotationProcessors" : ["JVMCI_OPTIONS_PROCESSOR"],
@@ -123,6 +122,7 @@
       "dependencies" : [
         "mx:JUNIT",
         "jdk.vm.ci.common",
+        "jdk.vm.ci.options",
         "jdk.vm.ci.runtime",
       ],
       "checkstyle" : "jdk.vm.ci.service",
@@ -196,6 +196,7 @@
       "dependencies" : [
         "jdk.vm.ci.hotspotvmconfig",
         "jdk.vm.ci.common",
+        "jdk.vm.ci.options",
         "jdk.vm.ci.runtime",
         "jdk.vm.ci.service",
       ],