Class InfoImpl

java.lang.Object
io.github.toolfactory.jvm.InfoImpl
All Implemented Interfaces:
Info

public class InfoImpl
extends java.lang.Object
implements Info
  • Constructor Details

    • InfoImpl

      public InfoImpl()
  • Method Details

    • getInstance

      public static InfoImpl getInstance()
    • create

      public static InfoImpl create()
    • isCompressedOopsOffOn64BitHotspot

      public boolean isCompressedOopsOffOn64BitHotspot()
      Specified by:
      isCompressedOopsOffOn64BitHotspot in interface Info
    • isCompressedOopsOffOn64Bit

      public boolean isCompressedOopsOffOn64Bit()
      Specified by:
      isCompressedOopsOffOn64Bit in interface Info
    • is32Bit

      public boolean is32Bit()
      Specified by:
      is32Bit in interface Info
    • is64Bit

      public boolean is64Bit()
      Specified by:
      is64Bit in interface Info
    • getVersion

      public int getVersion()
      Specified by:
      getVersion in interface Info