comparison mx.graal/suite.py @ 22917:be55d92d4cb6

a dependency on MatchProcessor requires a dependency on ServiceProviderProcessor
author Doug Simon <doug.simon@oracle.com>
date Sun, 01 Nov 2015 10:59:29 +0100
parents c5aa3f4aac72
children f84799cc5e03
comparison
equal deleted inserted replaced
22916:102b099df9dd 22917:be55d92d4cb6
702 "com.oracle.graal.compiler", 702 "com.oracle.graal.compiler",
703 "com.oracle.graal.lir.amd64", 703 "com.oracle.graal.lir.amd64",
704 "com.oracle.graal.java", 704 "com.oracle.graal.java",
705 ], 705 ],
706 "checkstyle" : "com.oracle.graal.graph", 706 "checkstyle" : "com.oracle.graal.graph",
707 "annotationProcessors" : [ 707 "annotationProcessors" : deps([
708 "GRAAL_NODEINFO_PROCESSOR", 708 "GRAAL_NODEINFO_PROCESSOR",
709 "GRAAL_COMPILER_MATCH_PROCESSOR" 709 "GRAAL_COMPILER_MATCH_PROCESSOR",
710 ], 710 "jvmci:JVMCI_SERVICE_PROCESSOR",
711 ]),
711 "javaCompliance" : "1.8", 712 "javaCompliance" : "1.8",
712 "workingSets" : "Graal,AMD64", 713 "workingSets" : "Graal,AMD64",
713 }, 714 },
714 715
715 "com.oracle.graal.compiler.amd64.test" : { 716 "com.oracle.graal.compiler.amd64.test" : {
730 "dependencies" : [ 731 "dependencies" : [
731 "com.oracle.graal.compiler", 732 "com.oracle.graal.compiler",
732 "com.oracle.graal.lir.sparc" 733 "com.oracle.graal.lir.sparc"
733 ], 734 ],
734 "checkstyle" : "com.oracle.graal.graph", 735 "checkstyle" : "com.oracle.graal.graph",
735 "annotationProcessors" : [ 736 "annotationProcessors" : deps([
736 "GRAAL_NODEINFO_PROCESSOR", 737 "GRAAL_NODEINFO_PROCESSOR",
737 "GRAAL_COMPILER_MATCH_PROCESSOR" 738 "GRAAL_COMPILER_MATCH_PROCESSOR",
738 ], 739 "jvmci:JVMCI_SERVICE_PROCESSOR",
740 ]),
739 "javaCompliance" : "1.8", 741 "javaCompliance" : "1.8",
740 "workingSets" : "Graal,SPARC", 742 "workingSets" : "Graal,SPARC",
741 }, 743 },
742 744
743 "com.oracle.graal.compiler.sparc.test" : { 745 "com.oracle.graal.compiler.sparc.test" : {