[noci] Change wording in Substrate VM error message
This commit is contained in:
parent
796eb9c8f9
commit
b675a5ffb2
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ public final class Engine extends SubsystemClass {
|
||||||
// Shutdown if running in an unsupported JVM
|
// Shutdown if running in an unsupported JVM
|
||||||
if (JvmInformation.getImplementationName().equals("Substrate VM") && JvmInformation.getImplementationVendor().equals("GraalVM Community")) {
|
if (JvmInformation.getImplementationName().equals("Substrate VM") && JvmInformation.getImplementationVendor().equals("GraalVM Community")) {
|
||||||
logger.error("##############################################################################################");
|
logger.error("##############################################################################################");
|
||||||
logger.error("## Running in Substrate VM, which is the name of the JVM generated by GraalVM native-image. ##");
|
logger.error("## Running in Substrate VM, which is the name of the JVM used by GraalVM native-image. ##");
|
||||||
logger.error("## The StarOpenSource Engine does not support native-image as using reflection in a certain ##");
|
logger.error("## The StarOpenSource Engine does not support native-image as using reflection in a certain ##");
|
||||||
logger.error("## way seems to cause the Substrate JVM to crash. Workarounds have failed. ##");
|
logger.error("## way seems to cause the Substrate JVM to crash. Workarounds have failed. ##");
|
||||||
logger.error("## This has already been noted in issue #3, which you can view here: ##");
|
logger.error("## This has already been noted in issue #3, which you can view here: ##");
|
||||||
|
|
Loading…
Reference in a new issue