You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2024. It is now read-only.
From what I understand GraalJS runs in pure interpreter mode when not running on GraalVM (which it autoenables in the pom for jdk11). Nashorn compiles JS to JVM bytecode.
Plus I was not able to use graalvm-ce-java11-22.0.0.2
Plus I was not able to run mvn exec:exec on Windows: problem with the ":" in the path?
java.nio.file.InvalidPathException: Illegal char <:> at index 73: D:\dev_test\graal-js-jdk11-maven-demo-master\target/compiler/compiler.jar:D:\dev_test\graal-js-jdk11-maven-demo-master\target/compiler/compiler-management.jar
When running against OpenJ9 JVM (JDK11)
I get the following output:
When running with hotspot, GraalJS beats Nashorn (and is overall faster than with OpenJ9 JVM).
It this an known/expected result?
The text was updated successfully, but these errors were encountered: