Class GraalJS

java.lang.Object
org.frankframework.javascript.GraalJS
All Implemented Interfaces:
JavascriptEngine<ScriptEngine>

@Deprecated public class GraalJS extends Object implements JavascriptEngine<ScriptEngine>
Deprecated.
Javascript engine implementation of GraalJS. If high performance execution of JavaScript code is required, enable the following JVM options: "-XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI" or use the GraalVM Java distribution. Otherwise, the Javascript code is interpreted on every execution.

GraalJS is in Beta phase, so it is not supported by Frank!Framework yet.

Since:
8.2