comparison mx.graal/suite.py @ 22876:cc788c1189fc

Remove GraalRuntimeAccess mechanism, and move Graal singleton class to test project.
author Roland Schatz <roland.schatz@oracle.com>
date Thu, 22 Oct 2015 16:21:29 +0200
parents fcd9e8f41e2b
children 9fed99d7f32d
comparison
equal deleted inserted replaced
22875:fcd9e8f41e2b 22876:cc788c1189fc
297 "subDir" : "graal", 297 "subDir" : "graal",
298 "sourceDirs" : ["src"], 298 "sourceDirs" : ["src"],
299 "checkstyle" : "com.oracle.graal.graph", 299 "checkstyle" : "com.oracle.graal.graph",
300 "dependencies" : [ 300 "dependencies" : [
301 "mx:JUNIT", 301 "mx:JUNIT",
302 "com.oracle.graal.api.runtime", 302 "com.oracle.graal.api.test",
303 "com.oracle.graal.graph", 303 "com.oracle.graal.graph",
304 ], 304 ],
305 "annotationProcessors" : ["GRAAL_NODEINFO_PROCESSOR"], 305 "annotationProcessors" : ["GRAAL_NODEINFO_PROCESSOR"],
306 "javaCompliance" : "1.8", 306 "javaCompliance" : "1.8",
307 "workingSets" : "Graal,Graph,Test", 307 "workingSets" : "Graal,Graph,Test",
569 569
570 "com.oracle.graal.phases.common.test" : { 570 "com.oracle.graal.phases.common.test" : {
571 "subDir" : "graal", 571 "subDir" : "graal",
572 "sourceDirs" : ["src"], 572 "sourceDirs" : ["src"],
573 "dependencies" : [ 573 "dependencies" : [
574 "com.oracle.graal.api.runtime", 574 "com.oracle.graal.api.test",
575 "com.oracle.graal.runtime", 575 "com.oracle.graal.runtime",
576 "mx:JUNIT", 576 "mx:JUNIT",
577 ], 577 ],
578 "checkstyle" : "com.oracle.graal.graph", 578 "checkstyle" : "com.oracle.graal.graph",
579 "javaCompliance" : "1.8", 579 "javaCompliance" : "1.8",
606 "com.oracle.graal.microbenchmarks" : { 606 "com.oracle.graal.microbenchmarks" : {
607 "subDir" : "graal", 607 "subDir" : "graal",
608 "sourceDirs" : ["src"], 608 "sourceDirs" : ["src"],
609 "dependencies" : [ 609 "dependencies" : [
610 "JMH", 610 "JMH",
611 "com.oracle.graal.api.runtime", 611 "com.oracle.graal.api.test",
612 "com.oracle.graal.java", 612 "com.oracle.graal.java",
613 "com.oracle.graal.runtime", 613 "com.oracle.graal.runtime",
614 ], 614 ],
615 "checkstyle" : "com.oracle.graal.graph", 615 "checkstyle" : "com.oracle.graal.graph",
616 "javaCompliance" : "1.8", 616 "javaCompliance" : "1.8",