comparison mx/suite.py @ 18949:886cf229e5ee

Merge
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 26 Jan 2015 21:19:36 +0100
parents 732748092bae
children 43baadc1913a
comparison
equal deleted inserted replaced
18948:759d9ffc97fd 18949:886cf229e5ee
167 "urls" : [ 167 "urls" : [
168 "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/vecmath-1.3.1.jar", 168 "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/vecmath-1.3.1.jar",
169 "https://search.maven.org/remotecontent?filepath=java3d/vecmath/1.3.1/vecmath-1.3.1.jar", 169 "https://search.maven.org/remotecontent?filepath=java3d/vecmath/1.3.1/vecmath-1.3.1.jar",
170 ], 170 ],
171 "sha1" : "a0ae4f51da409fa0c20fa0ca59e6bbc9413ae71d", 171 "sha1" : "a0ae4f51da409fa0c20fa0ca59e6bbc9413ae71d",
172 },
173
174 "JMH" : {
175 "path" : "lib/jmh-runner-1.4.2.jar",
176 "sha1" : "f44bffaf237305512002303a306fc5ce3fa63f76",
177 "urls" : ["http://lafo.ssw.uni-linz.ac.at/jmh/jmh-runner-1.4.2.jar"],
178 "annotationProcessor" : "true"
172 } 179 }
173 }, 180 },
174 181
175 "jrelibraries" : { 182 "jrelibraries" : {
176 "JFR" : { 183 "JFR" : {
244 "com.oracle.graal.java", 251 "com.oracle.graal.java",
245 ], 252 ],
246 "checkstyle" : "com.oracle.graal.graph", 253 "checkstyle" : "com.oracle.graal.graph",
247 "javaCompliance" : "1.8", 254 "javaCompliance" : "1.8",
248 "workingSets" : "API,Graal,Test", 255 "workingSets" : "API,Graal,Test",
256 "jacoco" : "exclude",
249 }, 257 },
250 258
251 "com.oracle.graal.api.code" : { 259 "com.oracle.graal.api.code" : {
252 "subDir" : "graal", 260 "subDir" : "graal",
253 "sourceDirs" : ["src"], 261 "sourceDirs" : ["src"],
280 "sourceDirs" : ["src"], 288 "sourceDirs" : ["src"],
281 "dependencies" : ["com.oracle.graal.api.code"], 289 "dependencies" : ["com.oracle.graal.api.code"],
282 "checkstyle" : "com.oracle.graal.graph", 290 "checkstyle" : "com.oracle.graal.graph",
283 "javaCompliance" : "1.8", 291 "javaCompliance" : "1.8",
284 "workingSets" : "Graal,AMD64", 292 "workingSets" : "Graal,AMD64",
285 },
286
287 "com.oracle.graal.ptx" : {
288 "subDir" : "graal",
289 "sourceDirs" : ["src"],
290 "dependencies" : ["com.oracle.graal.api.code"],
291 "checkstyle" : "com.oracle.graal.graph",
292 "javaCompliance" : "1.8",
293 "workingSets" : "Graal,PTX",
294 }, 293 },
295 294
296 "com.oracle.graal.sparc" : { 295 "com.oracle.graal.sparc" : {
297 "subDir" : "graal", 296 "subDir" : "graal",
298 "sourceDirs" : ["src"], 297 "sourceDirs" : ["src"],
386 "annotationProcessors" : ["com.oracle.graal.service.processor"], 385 "annotationProcessors" : ["com.oracle.graal.service.processor"],
387 "javaCompliance" : "1.8", 386 "javaCompliance" : "1.8",
388 "workingSets" : "Graal,HotSpot,SPARC", 387 "workingSets" : "Graal,HotSpot,SPARC",
389 }, 388 },
390 389
391 "com.oracle.graal.hotspot.ptx" : {
392 "subDir" : "graal",
393 "sourceDirs" : ["src"],
394 "dependencies" : [
395 "com.oracle.graal.ptx",
396 "com.oracle.graal.compiler.ptx",
397 "com.oracle.graal.hotspot",
398 "com.oracle.graal.gpu",
399 ],
400 "checkstyle" : "com.oracle.graal.graph",
401 "annotationProcessors" : ["com.oracle.graal.service.processor"],
402 "javaCompliance" : "1.8",
403 "workingSets" : "Graal,HotSpot,PTX",
404 },
405
406 "com.oracle.graal.hotspot.hsail" : {
407 "subDir" : "graal",
408 "sourceDirs" : ["src"],
409 "dependencies" : [
410 "com.oracle.graal.replacements.hsail",
411 "com.oracle.graal.hotspot",
412 "com.oracle.graal.gpu",
413 ],
414 "checkstyle" : "com.oracle.graal.graph",
415 "annotationProcessors" : ["com.oracle.graal.service.processor"],
416 "javaCompliance" : "1.8",
417 "workingSets" : "Graal,HotSpot,PTX",
418 },
419
420 "com.oracle.graal.hotspot.server" : { 390 "com.oracle.graal.hotspot.server" : {
421 "subDir" : "graal", 391 "subDir" : "graal",
422 "sourceDirs" : ["src"], 392 "sourceDirs" : ["src"],
423 "dependencies" : ["com.oracle.graal.hotspot"], 393 "dependencies" : ["com.oracle.graal.hotspot"],
424 "checkstyle" : "com.oracle.graal.graph", 394 "checkstyle" : "com.oracle.graal.graph",
573 "checkstyle" : "com.oracle.graal.graph", 543 "checkstyle" : "com.oracle.graal.graph",
574 "javaCompliance" : "1.8", 544 "javaCompliance" : "1.8",
575 "workingSets" : "Graal,LIR,AMD64", 545 "workingSets" : "Graal,LIR,AMD64",
576 }, 546 },
577 547
578 "com.oracle.graal.lir.ptx" : {
579 "subDir" : "graal",
580 "sourceDirs" : ["src"],
581 "dependencies" : ["com.oracle.graal.asm.ptx"],
582 "checkstyle" : "com.oracle.graal.graph",
583 "javaCompliance" : "1.8",
584 "workingSets" : "Graal,LIR,PTX",
585 },
586
587 "com.oracle.graal.lir.sparc" : { 548 "com.oracle.graal.lir.sparc" : {
588 "subDir" : "graal", 549 "subDir" : "graal",
589 "sourceDirs" : ["src"], 550 "sourceDirs" : ["src"],
590 "dependencies" : ["com.oracle.graal.asm.sparc"], 551 "dependencies" : ["com.oracle.graal.asm.sparc"],
591 "checkstyle" : "com.oracle.graal.graph", 552 "checkstyle" : "com.oracle.graal.graph",
624 "annotationProcessors" : [ 585 "annotationProcessors" : [
625 "com.oracle.graal.replacements.verifier", 586 "com.oracle.graal.replacements.verifier",
626 "com.oracle.graal.service.processor", 587 "com.oracle.graal.service.processor",
627 ], 588 ],
628 "workingSets" : "Graal,Replacements", 589 "workingSets" : "Graal,Replacements",
590 "jacoco" : "exclude",
629 }, 591 },
630 592
631 "com.oracle.graal.replacements.amd64" : { 593 "com.oracle.graal.replacements.amd64" : {
632 "subDir" : "graal", 594 "subDir" : "graal",
633 "sourceDirs" : ["src"], 595 "sourceDirs" : ["src"],
639 "javaCompliance" : "1.8", 601 "javaCompliance" : "1.8",
640 "annotationProcessors" : ["com.oracle.graal.service.processor"], 602 "annotationProcessors" : ["com.oracle.graal.service.processor"],
641 "workingSets" : "Graal,Replacements,AMD64", 603 "workingSets" : "Graal,Replacements,AMD64",
642 }, 604 },
643 605
644 "com.oracle.graal.replacements.hsail" : {
645 "subDir" : "graal",
646 "sourceDirs" : ["src"],
647 "dependencies" : ["com.oracle.graal.compiler.hsail"],
648 "checkstyle" : "com.oracle.graal.graph",
649 "javaCompliance" : "1.8",
650 "workingSets" : "Graal,Replacements,HSAIL",
651 },
652
653 "com.oracle.graal.replacements.test" : { 606 "com.oracle.graal.replacements.test" : {
654 "subDir" : "graal", 607 "subDir" : "graal",
655 "sourceDirs" : ["src"], 608 "sourceDirs" : ["src"],
656 "dependencies" : [ 609 "dependencies" : [
657 "com.oracle.graal.compiler.test", 610 "com.oracle.graal.compiler.test",
658 "com.oracle.graal.replacements", 611 "com.oracle.graal.replacements",
659 ], 612 ],
660 "checkstyle" : "com.oracle.graal.graph", 613 "checkstyle" : "com.oracle.graal.graph",
661 "javaCompliance" : "1.8", 614 "javaCompliance" : "1.8",
662 "workingSets" : "Graal,Replacements,Test", 615 "workingSets" : "Graal,Replacements,Test",
616 "jacoco" : "exclude",
663 }, 617 },
664 618
665 "com.oracle.graal.replacements.verifier" : { 619 "com.oracle.graal.replacements.verifier" : {
666 "subDir" : "graal", 620 "subDir" : "graal",
667 "sourceDirs" : ["src"], 621 "sourceDirs" : ["src"],
735 "checkstyle" : "com.oracle.graal.graph", 689 "checkstyle" : "com.oracle.graal.graph",
736 "javaCompliance" : "1.8", 690 "javaCompliance" : "1.8",
737 "workingSets" : "Graal,Phases", 691 "workingSets" : "Graal,Phases",
738 }, 692 },
739 693
694 "com.oracle.graal.virtual.bench" : {
695 "subDir" : "graal",
696 "sourceDirs" : ["src"],
697 "dependencies" : ["JMH"],
698 "checkstyle" : "com.oracle.graal.graph",
699 "javaCompliance" : "1.8",
700 "workingSets" : "Graal,Bench",
701 },
702
740 "com.oracle.graal.loop" : { 703 "com.oracle.graal.loop" : {
741 "subDir" : "graal", 704 "subDir" : "graal",
742 "sourceDirs" : ["src"], 705 "sourceDirs" : ["src"],
743 "dependencies" : ["com.oracle.graal.phases.common"], 706 "dependencies" : ["com.oracle.graal.phases.common"],
744 "checkstyle" : "com.oracle.graal.graph", 707 "checkstyle" : "com.oracle.graal.graph",
782 "checkstyle" : "com.oracle.graal.graph", 745 "checkstyle" : "com.oracle.graal.graph",
783 "javaCompliance" : "1.8", 746 "javaCompliance" : "1.8",
784 "workingSets" : "Graal,AMD64,Test", 747 "workingSets" : "Graal,AMD64,Test",
785 }, 748 },
786 749
787 "com.oracle.graal.compiler.ptx" : {
788 "subDir" : "graal",
789 "sourceDirs" : ["src"],
790 "dependencies" : [
791 "com.oracle.graal.lir.ptx",
792 "com.oracle.graal.compiler",
793 ],
794 "checkstyle" : "com.oracle.graal.graph",
795 "javaCompliance" : "1.8",
796 "workingSets" : "Graal,PTX",
797 },
798
799 "com.oracle.graal.compiler.ptx.test" : {
800 "subDir" : "graal",
801 "sourceDirs" : ["src"],
802 "dependencies" : [
803 "com.oracle.graal.hotspot.ptx",
804 "com.oracle.graal.compiler.test",
805 ],
806 "checkstyle" : "com.oracle.graal.graph",
807 "javaCompliance" : "1.8",
808 "workingSets" : "Graal,PTX,Test",
809 },
810
811 "com.oracle.graal.compiler.sparc" : { 750 "com.oracle.graal.compiler.sparc" : {
812 "subDir" : "graal", 751 "subDir" : "graal",
813 "sourceDirs" : ["src"], 752 "sourceDirs" : ["src"],
814 "dependencies" : ["com.oracle.graal.lir.sparc"], 753 "dependencies" : ["com.oracle.graal.lir.sparc"],
815 "checkstyle" : "com.oracle.graal.graph", 754 "checkstyle" : "com.oracle.graal.graph",
879 "checkstyle" : "com.oracle.graal.graph", 818 "checkstyle" : "com.oracle.graal.graph",
880 "javaCompliance" : "1.8", 819 "javaCompliance" : "1.8",
881 "workingSets" : "Graal,Java", 820 "workingSets" : "Graal,Java",
882 }, 821 },
883 822
884 "com.oracle.graal.java.decompiler" : {
885 "subDir" : "graal",
886 "sourceDirs" : ["src"],
887 "dependencies" : ["com.oracle.graal.java"],
888 "checkstyle" : "com.oracle.graal.graph",
889 "javaCompliance" : "1.8",
890 "workingSets" : "Graal",
891 },
892
893 "com.oracle.graal.java.decompiler.test" : {
894 "subDir" : "graal",
895 "sourceDirs" : ["src"],
896 "dependencies" : [
897 "JUNIT",
898 "com.oracle.graal.printer",
899 "com.oracle.graal.runtime",
900 ],
901 "checkstyle" : "com.oracle.graal.graph",
902 "javaCompliance" : "1.8",
903 "workingSets" : "Graal,Test",
904 },
905
906 "com.oracle.graal.printer" : { 823 "com.oracle.graal.printer" : {
907 "subDir" : "graal", 824 "subDir" : "graal",
908 "sourceDirs" : ["src"], 825 "sourceDirs" : ["src"],
909 "dependencies" : [ 826 "dependencies" : [
910 "com.oracle.graal.java.decompiler", 827 "com.oracle.graal.java",
911 "com.oracle.graal.compiler", 828 "com.oracle.graal.compiler",
912 ], 829 ],
913 "checkstyle" : "com.oracle.graal.graph", 830 "checkstyle" : "com.oracle.graal.graph",
914 "javaCompliance" : "1.8", 831 "javaCompliance" : "1.8",
915 "workingSets" : "Graal,Graph", 832 "workingSets" : "Graal,Graph",
938 "JAVA_ALLOCATION_INSTRUMENTER", 855 "JAVA_ALLOCATION_INSTRUMENTER",
939 ], 856 ],
940 "checkstyle" : "com.oracle.graal.graph", 857 "checkstyle" : "com.oracle.graal.graph",
941 "javaCompliance" : "1.8", 858 "javaCompliance" : "1.8",
942 "workingSets" : "Graal,Test", 859 "workingSets" : "Graal,Test",
860 "jacoco" : "exclude",
943 }, 861 },
944 862
945 "com.oracle.graal.jtt" : { 863 "com.oracle.graal.jtt" : {
946 "subDir" : "graal", 864 "subDir" : "graal",
947 "sourceDirs" : ["src"], 865 "sourceDirs" : ["src"],
950 "ASM", 868 "ASM",
951 ], 869 ],
952 "checkstyle" : "com.oracle.graal.graph", 870 "checkstyle" : "com.oracle.graal.graph",
953 "javaCompliance" : "1.8", 871 "javaCompliance" : "1.8",
954 "workingSets" : "Graal,Test", 872 "workingSets" : "Graal,Test",
873 "jacoco" : "exclude",
955 }, 874 },
956 875
957 "com.oracle.graal.asm" : { 876 "com.oracle.graal.asm" : {
958 "subDir" : "graal", 877 "subDir" : "graal",
959 "sourceDirs" : ["src"], 878 "sourceDirs" : ["src"],
997 "checkstyle" : "com.oracle.graal.graph", 916 "checkstyle" : "com.oracle.graal.graph",
998 "javaCompliance" : "1.8", 917 "javaCompliance" : "1.8",
999 "workingSets" : "Graal,Assembler,AMD64,Test", 918 "workingSets" : "Graal,Assembler,AMD64,Test",
1000 }, 919 },
1001 920
1002 "com.oracle.graal.gpu" : {
1003 "subDir" : "graal",
1004 "sourceDirs" : ["src"],
1005 "dependencies" : ["com.oracle.graal.nodes"],
1006 "checkstyle" : "com.oracle.graal.graph",
1007 "javaCompliance" : "1.8",
1008 },
1009
1010 "com.oracle.graal.hsail" : {
1011 "subDir" : "graal",
1012 "sourceDirs" : ["src"],
1013 "dependencies" : ["com.oracle.graal.api.code"],
1014 "checkstyle" : "com.oracle.graal.graph",
1015 "javaCompliance" : "1.8",
1016 },
1017
1018 "com.oracle.graal.lir.hsail" : {
1019 "subDir" : "graal",
1020 "sourceDirs" : ["src"],
1021 "dependencies" : [
1022 "com.oracle.graal.lir",
1023 "com.oracle.graal.asm.hsail",
1024 ],
1025 "checkstyle" : "com.oracle.graal.graph",
1026 "javaCompliance" : "1.8",
1027 },
1028
1029 "com.oracle.graal.compiler.hsail" : {
1030 "subDir" : "graal",
1031 "sourceDirs" : ["src"],
1032 "dependencies" : [
1033 "com.oracle.graal.compiler",
1034 "com.oracle.graal.lir.hsail",
1035 ],
1036 "checkstyle" : "com.oracle.graal.graph",
1037 "javaCompliance" : "1.8",
1038 },
1039
1040 "com.oracle.graal.compiler.hsail.test.infra" : {
1041 "subDir" : "graal",
1042 "sourceDirs" : ["src"],
1043 "dependencies" : [
1044 "com.oracle.graal.test",
1045 "com.oracle.graal.hotspot.hsail",
1046 "OKRA_WITH_SIM",
1047 ],
1048 "checkstyle" : "com.oracle.graal.graph",
1049 "javaCompliance" : "1.8",
1050 },
1051
1052 "com.oracle.graal.compiler.hsail.test" : {
1053 "subDir" : "graal",
1054 "sourceDirs" : ["src"],
1055 "dependencies" : [
1056 "com.oracle.graal.compiler.hsail.test.infra",
1057 "com.oracle.graal.compiler.test",
1058 "VECMATH",
1059 ],
1060 "checkstyle" : "com.oracle.graal.graph",
1061 "javaCompliance" : "1.8",
1062 },
1063
1064 "com.oracle.graal.asm.hsail" : {
1065 "subDir" : "graal",
1066 "sourceDirs" : ["src"],
1067 "dependencies" : [
1068 "com.oracle.graal.hsail",
1069 "OKRA",
1070 "com.oracle.graal.asm",
1071 "com.oracle.graal.compiler.common",
1072 ],
1073 "checkstyle" : "com.oracle.graal.graph",
1074 "javaCompliance" : "1.8",
1075 },
1076
1077 "com.oracle.graal.asm.ptx" : {
1078 "subDir" : "graal",
1079 "sourceDirs" : ["src"],
1080 "dependencies" : ["com.oracle.graal.lir"],
1081 "checkstyle" : "com.oracle.graal.graph",
1082 "javaCompliance" : "1.8",
1083 "workingSets" : "Graal,Assembler,PTX",
1084 },
1085
1086 "com.oracle.graal.asm.sparc" : { 921 "com.oracle.graal.asm.sparc" : {
1087 "subDir" : "graal", 922 "subDir" : "graal",
1088 "sourceDirs" : ["src"], 923 "sourceDirs" : ["src"],
1089 "dependencies" : [ 924 "dependencies" : [
1090 "com.oracle.graal.hotspot", 925 "com.oracle.graal.hotspot",
1111 "JUNIT", 946 "JUNIT",
1112 ], 947 ],
1113 "checkstyle" : "com.oracle.graal.graph", 948 "checkstyle" : "com.oracle.graal.graph",
1114 "javaCompliance" : "1.7", 949 "javaCompliance" : "1.7",
1115 "workingSets" : "API,Truffle,Test", 950 "workingSets" : "API,Truffle,Test",
951 "jacoco" : "exclude",
1116 }, 952 },
1117 953
1118 "com.oracle.truffle.api.dsl" : { 954 "com.oracle.truffle.api.dsl" : {
1119 "subDir" : "graal", 955 "subDir" : "graal",
1120 "sourceDirs" : ["src"], 956 "sourceDirs" : ["src"],
1133 ], 969 ],
1134 "checkstyle" : "com.oracle.graal.graph", 970 "checkstyle" : "com.oracle.graal.graph",
1135 "javaCompliance" : "1.7", 971 "javaCompliance" : "1.7",
1136 "annotationProcessors" : ["com.oracle.truffle.dsl.processor"], 972 "annotationProcessors" : ["com.oracle.truffle.dsl.processor"],
1137 "workingSets" : "API,Truffle,Codegen,Test", 973 "workingSets" : "API,Truffle,Codegen,Test",
974 "jacoco" : "exclude",
1138 }, 975 },
1139 976
1140 "com.oracle.truffle.dsl.processor" : { 977 "com.oracle.truffle.dsl.processor" : {
1141 "subDir" : "graal", 978 "subDir" : "graal",
1142 "sourceDirs" : ["src"], 979 "sourceDirs" : ["src"],
1217 "com.oracle.graal.printer", 1054 "com.oracle.graal.printer",
1218 ], 1055 ],
1219 "checkstyle" : "com.oracle.graal.graph", 1056 "checkstyle" : "com.oracle.graal.graph",
1220 "javaCompliance" : "1.8", 1057 "javaCompliance" : "1.8",
1221 "workingSets" : "Graal,Truffle", 1058 "workingSets" : "Graal,Truffle",
1059 "jacoco" : "exclude",
1222 }, 1060 },
1223 1061
1224 "com.oracle.graal.truffle.test" : { 1062 "com.oracle.graal.truffle.test" : {
1225 "subDir" : "graal", 1063 "subDir" : "graal",
1226 "sourceDirs" : ["src"], 1064 "sourceDirs" : ["src"],
1230 "com.oracle.truffle.sl.test", 1068 "com.oracle.truffle.sl.test",
1231 ], 1069 ],
1232 "checkstyle" : "com.oracle.graal.graph", 1070 "checkstyle" : "com.oracle.graal.graph",
1233 "javaCompliance" : "1.8", 1071 "javaCompliance" : "1.8",
1234 "workingSets" : "Graal,Truffle,Test", 1072 "workingSets" : "Graal,Truffle,Test",
1073 "jacoco" : "exclude",
1235 }, 1074 },
1236 1075
1237 "com.oracle.graal.truffle.hotspot" : { 1076 "com.oracle.graal.truffle.hotspot" : {
1238 "subDir" : "graal", 1077 "subDir" : "graal",
1239 "sourceDirs" : ["src"], 1078 "sourceDirs" : ["src"],
1279 "path" : "build/graal.jar", 1118 "path" : "build/graal.jar",
1280 "subDir" : "graal", 1119 "subDir" : "graal",
1281 "sourcesPath" : "build/graal.src.zip", 1120 "sourcesPath" : "build/graal.src.zip",
1282 "dependencies" : [ 1121 "dependencies" : [
1283 "com.oracle.graal.hotspot.amd64", 1122 "com.oracle.graal.hotspot.amd64",
1284 "com.oracle.graal.hotspot.ptx",
1285 "com.oracle.graal.hotspot.sparc", 1123 "com.oracle.graal.hotspot.sparc",
1286 "com.oracle.graal.hotspot", 1124 "com.oracle.graal.hotspot",
1287 "com.oracle.graal.hotspot.jfr", 1125 "com.oracle.graal.hotspot.jfr",
1288 "com.oracle.graal.hotspot.hsail",
1289 ], 1126 ],
1290 "exclude" : ["FINDBUGS"], 1127 "exclude" : ["FINDBUGS"],
1291 }, 1128 },
1292 1129
1293 "GRAAL_LOADER" : { 1130 "GRAAL_LOADER" : {