public interface JavaVMOption
Represents the JavaVMOption C structures passed to JNI_CreateJavaVM to create the VM.
Each JavaVMOption consists of two components:
Modifier and Type | Method and Description |
---|---|
ImagePointer |
getExtraInfo()
Fetch the extraInfo component of this option.
|
java.lang.String |
getOptionString()
Fetch the optionString component of the option.
|
java.lang.String getOptionString() throws DataUnavailable, CorruptDataException
DataUnavailable
CorruptDataException
ImagePointer getExtraInfo() throws DataUnavailable, CorruptDataException
DataUnavailable
CorruptDataException
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2004, 2025 IBM Corp. and others.