From 76ca4c9b7336ca04de5413e7ab0ff0b4c7b15358 Mon Sep 17 00:00:00 2001 From: stepan <stepan.sindelar@oracle.com> Date: Thu, 28 Jun 2018 23:46:28 +0200 Subject: [PATCH] Update the GraalVM post installation message --- mx.fastr/mx_fastr_dists.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mx.fastr/mx_fastr_dists.py b/mx.fastr/mx_fastr_dists.py index cc61f43d3d..18c745cd99 100644 --- a/mx.fastr/mx_fastr_dists.py +++ b/mx.fastr/mx_fastr_dists.py @@ -309,7 +309,9 @@ mx_sdk.register_graalvm_component(mx_sdk.GraalVmLanguage( "The R component comes without native image by default. If you wish to build the native image, " + "which provides faster startup, but slightly slower peak performance, then run the following:\n" + " ${graalvm_home}/jre/languages/R/bin/install_r_native_image\n\n" + -"The native image is then used by default. Pass '--jvm' flag to the R or Rscript launchers to " + -"use JVM instead of the native image.\n\n" + +"The native image is then used by default. Pass '--jvm' flag to the R or Rscript launcher to " + +"use JVM instead of the native image. Note that the native image is not stable yet and is intended for evaluation " + +"purposes and experiments. Some features may not work when the native image is installed, most notably the --polyglot switch. " + +"The native image can be uninstalled using the installation script with 'uninstall' argument.\n\n" + "See http://www.graalvm.org/docs/reference-manual/languages/r for more." )) -- GitLab