changeset 22179:bc09d5ed9a30

removed unnecessary library definition; made use of JMH as an annotation processor explicit
author Doug Simon <doug.simon@oracle.com>
date Thu, 16 Jul 2015 22:09:05 +0200
parents 9737e6f88d58
children 597ef5b2d9e8
files mx.graal/suite.py
diffstat 1 files changed, 1 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/mx.graal/suite.py	Fri Jul 10 23:30:40 2015 +0200
+++ b/mx.graal/suite.py	Thu Jul 16 22:09:05 2015 +0200
@@ -69,7 +69,6 @@
       "path" : "lib/jmh-runner-1.4.2.jar",
       "sha1" : "f44bffaf237305512002303a306fc5ce3fa63f76",
       "urls" : ["http://lafo.ssw.uni-linz.ac.at/jmh/jmh-runner-1.4.2.jar"],
-      "annotationProcessor" : "true"
     },
 
     "BATIK" : {
@@ -79,12 +78,6 @@
     },
   },
 
-  "jrelibraries" : {
-    "JFR" : {
-      "jar" : "jfr.jar",
-    }
-  },
-
   "projects" : {
 
     # ------------- NFI -------------
@@ -572,6 +565,7 @@
       "dependencies" : ["JMH"],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",
+      "annotationProcessors" : ["JMH"],
       "workingSets" : "Graal,Bench",
     },