Class Isolates.CreateIsolateParameters
java.lang.Object
org.graalvm.nativeimage.Isolates.CreateIsolateParameters
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder for aIsolates.CreateIsolateParametersinstance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of additional isolate arguments.Returns the file path to an auxiliary image which should be loaded in addition to the main image, ornullif no such image should be loaded.org.graalvm.word.UnsignedWordReturns the size in bytes of an address space to reserve for loading an auxiliary image in addition to the main image, or 0 if no space should be reserved.Returns aIsolates.CreateIsolateParameterswith all default values.Returns the memory protection domain to be used for an isolate.org.graalvm.word.UnsignedWordReturns the size in bytes for the reserved virtual address space of the new isolate.
-
Method Details
-
getDefault
Returns aIsolates.CreateIsolateParameterswith all default values.- Since:
- 19.0
-
getReservedAddressSpaceSize
public org.graalvm.word.UnsignedWord getReservedAddressSpaceSize()Returns the size in bytes for the reserved virtual address space of the new isolate.- Since:
- 19.0
-
getAuxiliaryImagePath
Returns the file path to an auxiliary image which should be loaded in addition to the main image, ornullif no such image should be loaded.- Since:
- 20.1
-
getAuxiliaryImageReservedSpaceSize
public org.graalvm.word.UnsignedWord getAuxiliaryImageReservedSpaceSize()Returns the size in bytes of an address space to reserve for loading an auxiliary image in addition to the main image, or 0 if no space should be reserved.- Since:
- 20.1
-
getArguments
-
getProtectionDomain
Returns the memory protection domain to be used for an isolate.- Since:
- 22.1
-