We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f88bb commit 73a8ad6Copy full SHA for 73a8ad6
compiler/mx.compiler/suite.py
@@ -334,6 +334,7 @@
334
"jdk.vm.ci.meta",
335
],
336
},
337
+ "jacoco" : "exclude",
338
"checkstyle": "jdk.graal.compiler",
339
"javaCompliance" : "21+",
340
"javaPreviewNeeded": "21+",
@@ -443,6 +444,7 @@
443
444
445
"checkstyle" : "jdk.graal.compiler",
446
447
448
"workingSets" : "Graal,Test",
449
"graalCompilerSourceEdition": "ignore",
450
@@ -456,6 +458,7 @@
456
458
457
459
460
461
462
463
464
0 commit comments