Update GraalVM to latest version (21.1.0)

This commit is contained in:
P0nk
2021-05-20 22:17:15 +02:00
parent 406c43b0ec
commit f9aec05779
2 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ import javax.script.ScriptException;
/**
* Thread safe wrapper around Invocable.
* Thread safety is achieved by synchronizing all methods.
* Needed to get around the restriction that GraalVM imposes on evaluated scripts: no concurrent access allowed.
*/
@ThreadSafe
public class SynchronizedInvocable implements Invocable {