Home

Awesome

workshop

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:

  1. Building a simple GraalVM native image
  2. Assisted configuration for GraalVM native image
  3. Class initialization strategy for GraalVM native image
  4. Smaller deployment options for GraalVM native image
  5. Deployment options for GraalVM native images
  6. Configuring memory used by GraalVM native images
  7. GC options for GraalVM native image
  8. Profile guided optimizations for GraalVM native image
  9. For best peak performance use GraalVM with the JIT
  10. Exploring the GraalVM JIT
  11. Exploring the polyglot runtime of GraalVM