Native Image

Getting started with GraalVM development

Introduction The aim of this tutorial is to guide you through the process of setting up your working environment for editing, building, and testing GraalVM. Prerequisites This …

Working with Random/SplittableRandom instances in GraalVM and Mandrel native images

Introduction Embedding instances of Random and SplittableRandom in native images most often results in undesirable effects. These classes are meant to provide random values and …