GraalVM workshop instructions
The instructions to install GraalVM can be found, for example, here. The prerequsites for the native image component working are described in the docs as well.
the workshop is separated into several parts which you can find in this repository:
- Building a simple GraalVM native image
- Assisted configuration for GraalVM native image
- Class initialization strategy for GraalVM native image
- Smaller deployment options for GraalVM native image
- Deployment options for GraalVM native images
- Configuring memory used by GraalVM native images
- GC options for GraalVM native image
- Profile guided optimizations for GraalVM native image
- For best peak performance use GraalVM with the JIT
- Exploring the GraalVM JIT
- Exploring the polyglot runtime of GraalVM