Top Fields Constructors Methods
io.netty.util.internal.svm

pack-priv final Class PlatformDependentSubstitution

extends Object
Class Inheritance
Annotations
@TargetClass
className:PlatformDependent
Imports
com.oracle.svm.core.annotate.Alias, .RecomputeFieldValue, .TargetClass

Field Summary

Modifier and TypeField and Description
private static long
BYTE_ARRAY_BASE_OFFSET

The class PlatformDependent caches the byte array base offset by reading the field from PlatformDependent0.

Constructor Summary

AccessConstructor and Description
private

Method Summary

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

BYTE_ARRAY_BASE_OFFSETback to summary
private static long BYTE_ARRAY_BASE_OFFSET

The class PlatformDependent caches the byte array base offset by reading the field from PlatformDependent0. The automatic recomputation of Substrate VM correctly recomputes the field in PlatformDependent0, but since the caching in PlatformDependent happens during image building, the non-recomputed value is cached.

Annotations
@Alias
@RecomputeFieldValue
kind:ArrayBaseOffset
declClass:byte[]

Constructor Detail

PlatformDependentSubstitutionback to summary
private PlatformDependentSubstitution()