Package io.github.toolfactory.jvm
Interface Info
- All Known Implementing Classes:
InfoImpl
public interface Info
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInfo.Provider -
Field Summary
Fields Modifier and Type Field Description static int[]CRITICAL_VERSIONS -
Method Summary
Modifier and Type Method Description intgetVersion()booleanis32Bit()booleanis64Bit()booleanisCompressedOopsOffOn64Bit()booleanisCompressedOopsOffOn64BitHotspot()
-
Field Details
-
CRITICAL_VERSIONS
static final int[] CRITICAL_VERSIONS
-
-
Method Details
-
isCompressedOopsOffOn64BitHotspot
boolean isCompressedOopsOffOn64BitHotspot() -
isCompressedOopsOffOn64Bit
boolean isCompressedOopsOffOn64Bit() -
is32Bit
boolean is32Bit() -
is64Bit
boolean is64Bit() -
getVersion
int getVersion()
-