Module openj9.dtfj

Class UnbackedMemorySource

    • Constructor Detail

      • UnbackedMemorySource

        public UnbackedMemorySource​(long base,
                                    long size,
                                    String explanation,
                                    int asid,
                                    String name)
        Parameters:
        base - Base address for this range
        size - Size of this range
        explanation - String message explaining why this section isn't backed with storage
        asid - Address space id
      • UnbackedMemorySource

        public UnbackedMemorySource​(long base,
                                    long size,
                                    String explanation)
        Parameters:
        base - Base address for this range
        size - Size of this range
        explanation - String message explaining why this section isn't backed with storage