Skip to content

Commit 3f05dbd

Browse files
committed
Update the Maven description for jargraal.
1 parent 3b24427 commit 3f05dbd

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)