comparison mx/suite.py @ 18531:cdb9c605051a

removed some static accesses to HotSpotGraalRuntime from some tests
author Doug Simon <doug.simon@oracle.com>
date Wed, 26 Nov 2014 13:57:50 +0100
parents fe0db662e982
children 8153d8cf264c
comparison
equal deleted inserted replaced
18530:2906b3cc3e2f 18531:cdb9c605051a
441 "com.oracle.graal.hotspot.amd64.test" : { 441 "com.oracle.graal.hotspot.amd64.test" : {
442 "subDir" : "graal", 442 "subDir" : "graal",
443 "sourceDirs" : ["src"], 443 "sourceDirs" : ["src"],
444 "dependencies" : [ 444 "dependencies" : [
445 "com.oracle.graal.asm.amd64", 445 "com.oracle.graal.asm.amd64",
446 "com.oracle.graal.compiler.test", 446 "com.oracle.graal.hotspot.test",
447 "com.oracle.graal.hotspot",
448 ], 447 ],
449 "checkstyle" : "com.oracle.graal.graph", 448 "checkstyle" : "com.oracle.graal.graph",
450 "javaCompliance" : "1.8", 449 "javaCompliance" : "1.8",
451 "workingSets" : "Graal,HotSpot,AMD64,Test", 450 "workingSets" : "Graal,HotSpot,AMD64,Test",
452 }, 451 },