Skip to content

Commit 0614a73

Browse files
committed
[GR-60437] Update the Maven description for jargraal.
PullRequest: graal/21294
2 parents 3fe1e5c + 3f05dbd commit 0614a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/mx.compiler/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@
551551
"truffle:TRUFFLE_COMPILER",
552552
],
553553
"allowsJavadocWarnings": True,
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.",
554+
"description": "The JAR build of the Graal compiler. This is intended to 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 this Graal compiler JAR and its dependencies need to be on the \'--upgrade-module-path\'.", # pylint: disable=line-too-long
555555
"maven" : {
556556
"artifactId" : "compiler",
557557
"tag": ["default", "public"],

0 commit comments

Comments
 (0)