Module openj9.dtfj

Interface IMemory

    • Method Detail

      • getBytesAt

        int getBytesAt​(long address,
                       byte[] buffer,
                       int offset,
                       int length)
                throws MemoryFault
        Throws:
        MemoryFault
      • findPattern

        long findPattern​(byte[] whatBytes,
                         int alignment,
                         long startFrom)
      • isExecutable

        boolean isExecutable​(long address)
      • isReadOnly

        boolean isReadOnly​(long address)
      • isShared

        boolean isShared​(long address)
      • getProperties

        Properties getProperties​(long address)