|
203 | 203 | "java.compiler" # javax.annotation.processing.*
|
204 | 204 | ],
|
205 | 205 | "checkPackagePrefix": "false",
|
| 206 | + "jacoco" : "exclude", |
206 | 207 | "checkstyle" : "jdk.graal.compiler",
|
207 | 208 | "javaCompliance" : "21+",
|
208 | 209 | },
|
|
300 | 301 | "jdk.vm.ci.code"
|
301 | 302 | ],
|
302 | 303 | },
|
| 304 | + "jacoco" : "exclude", |
303 | 305 | "checkstyle" : "jdk.graal.compiler",
|
304 | 306 | "javaCompliance" : "24+",
|
305 | 307 | "forceJavac": True,
|
|
325 | 327 | "annotationProcessors" : ["mx:JMH_1_21"],
|
326 | 328 | "spotbugsIgnoresGenerated" : True,
|
327 | 329 | "workingSets" : "Graal,Bench",
|
| 330 | + "jacoco" : "exclude", |
328 | 331 | "testProject" : True,
|
329 | 332 | "graalCompilerSourceEdition": "ignore",
|
330 | 333 | },
|
|
377 | 380 | ],
|
378 | 381 | "checkstyle" : "jdk.graal.compiler",
|
379 | 382 | "javaCompliance" : "21+",
|
| 383 | + "jacoco" : "exclude", |
380 | 384 | "workingSets" : "Graal,Test",
|
381 | 385 | "graalCompilerSourceEdition": "ignore",
|
382 | 386 | },
|
|
413 | 417 | "jdk.vm.ci.hotspot",
|
414 | 418 | ],
|
415 | 419 | },
|
| 420 | + # Code coverage is not done when building libgraal |
| 421 | + "jacoco" : "exclude", |
416 | 422 | "annotationProcessors" : [
|
417 | 423 | "GRAAL_PROCESSOR",
|
418 | 424 | ],
|
|
439 | 445 | ],
|
440 | 446 | },
|
441 | 447 | "spotbugs": "false",
|
| 448 | + "jacoco" : "exclude", |
442 | 449 | },
|
443 | 450 | },
|
444 | 451 |
|
|
544 | 551 | "truffle:TRUFFLE_COMPILER",
|
545 | 552 | ],
|
546 | 553 | "allowsJavadocWarnings": True,
|
547 |
| - "description": "The GraalVM compiler and the Graal-truffle optimizer.", |
| 554 | + "description": "The GraalVM compiler. This can be used to speed up Graal Languages on OpenJDK distributions that do not ship the Graal compiler. To enable it, -XX:+EnableJVMCI is required and the GraalVM compiler JAR and its dependencies need to be on the --upgrade-module-path.", |
548 | 555 | "maven" : {
|
549 | 556 | "artifactId" : "compiler",
|
550 | 557 | "tag": ["default", "public"],
|
|
0 commit comments