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
FieldsModifier and TypeFieldDescriptionstatic final Isolates.ProtectionDomainCreates a new protection domain if passed to theIsolates.CreateIsolateParameters.Builder.static final Isolates.ProtectionDomainDo not use a protection domain.
-
Field Details
-
NO_DOMAIN
-
NEW_DOMAIN
Creates a new protection domain if passed to theIsolates.CreateIsolateParameters.Builder.- Since:
- 22.1
-