Questions tagged [graalvm]

Graal is a just-in-time compiler for the JVM focused on peak performance and multi-language support. Graal offers performance advantages not only to Java code, but also to scripting languages such as JavaScript, Ruby, and R.

GraalVM is a universal virtual machine for running applications written in , , , , JVM-based languages like , , , , and LLVM-based languages such as and .

GraalVM removes the isolation between programming languages and enables interoperability in a shared runtime. It can run either standalone or in the context of OpenJDK, Node.js, Oracle Database, or MySQL.

Userful links:

Official site

GitHub

Wikipedia

752 questions
-2
votes
1 answer

Substrate VM: Unable to launch the native image generator

I wanted to check out the mx image generator: ./mx image -cp $PWD/svmbuild -H:Class=HelloWorld -H:Name=helloworld mx: unknown command 'image' It seems that the "image" command is not available (anymore?) Any replacement available? Thanks
Francesco Marchioni
  • 4,091
  • 1
  • 25
  • 40
-2
votes
1 answer

GraalVm - Java complex object can't be parsed like javascript object

I am trying to migrate from nashorn to graalvm (java 11). I have a lot of java script. Description -> Connecting to java project as maven libs org.graalvm.js: graal-sdk, js, js-scriptengine, org.graalvm.truffle: truffle-api. Version 1.0.0-rc9.…
1 2 3
50
51