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 class
Info.Provider
-
Field Summary
Fields Modifier and Type Field Description static int[]
CRITICAL_VERSIONS
-
Method Summary
Modifier and Type Method Description int
getVersion()
boolean
is32Bit()
boolean
is64Bit()
boolean
isCompressedOopsOffOn64Bit()
boolean
isCompressedOopsOffOn64BitHotspot()
-
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()
-