comparison mx.graal/suite.py @ 22875:fcd9e8f41e2b

Avoid using Graal singleton in Truffle initialization.
author Roland Schatz <roland.schatz@oracle.com>
date Thu, 22 Oct 2015 16:00:44 +0200
parents b308931fc253
children cc788c1189fc
comparison
equal deleted inserted replaced
22874:b308931fc253 22875:fcd9e8f41e2b
866 "com.oracle.graal.hotspot", 866 "com.oracle.graal.hotspot",
867 "com.oracle.nfi", 867 "com.oracle.nfi",
868 ], 868 ],
869 "checkstyle" : "com.oracle.graal.graph", 869 "checkstyle" : "com.oracle.graal.graph",
870 "javaCompliance" : "1.8", 870 "javaCompliance" : "1.8",
871 "annotationProcessors" : ["jvmci:JVMCI_SERVICE_PROCESSOR"], 871 "annotationProcessors" : [
872 "jvmci:JVMCI_OPTIONS_PROCESSOR",
873 "jvmci:JVMCI_SERVICE_PROCESSOR"
874 ],
872 "workingSets" : "Graal,Truffle", 875 "workingSets" : "Graal,Truffle",
873 }, 876 },
874 877
875 "com.oracle.graal.truffle.hotspot.amd64" : { 878 "com.oracle.graal.truffle.hotspot.amd64" : {
876 "subDir" : "graal", 879 "subDir" : "graal",