Class RuntimeStateTrimConfig

java.lang.Object
org.graalvm.nativeimage.RuntimeStateTrimConfig

public final class RuntimeStateTrimConfig extends Object
Configuration for VMRuntime.trimRuntimeState(RuntimeStateTrimConfig).

This configuration selects a high-level trim mode and optional callbacks that run before and after the trim. The runtime translates the selected mode into the concrete actions performed at safepoint.

Since:
25.5