Package org.graalvm.nativeimage
Interface Isolates.ProtectionDomain
- Enclosing class:
Isolates
public static interface Isolates.ProtectionDomain
Identifies a protection domain for an isolate. A protection domain may be used by a
MemoryProtectionKeyProvider
in connection with underlying MMU hardware such as Memory
Protection Keys.- Since:
- 22.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Isolates.ProtectionDomain
Creates a new protection domain if passed to theIsolates.CreateIsolateParameters.Builder
.static final Isolates.ProtectionDomain
Do not use a protection domain.
-
Field Details
-
NO_DOMAIN
Do not use a protection domain.- Since:
- 22.1
-
NEW_DOMAIN
Creates a new protection domain if passed to theIsolates.CreateIsolateParameters.Builder
.- Since:
- 22.1
-