Module openj9.dtfj

Class ModuleHashTable

  • All Implemented Interfaces:
    IHashTable<com.ibm.j9ddr.vm29.pointer.generated.J9ModulePointer>

    public class ModuleHashTable
    extends HashTable_V1<com.ibm.j9ddr.vm29.pointer.generated.J9ModulePointer>
    ModuleHashTable is used for accessing hash tables in J9Modules (e.g. readAccessHashTable)
    • Method Detail

      • fromJ9HashTable

        public static HashTable<com.ibm.j9ddr.vm29.pointer.generated.J9ModulePointer> fromJ9HashTable​(com.ibm.j9ddr.vm29.pointer.generated.J9HashTablePointer structure)
                                                                                               throws CorruptDataException
        Opens J9HashTable from J9HashTablePointer
        Parameters:
        structure - the J9HashTablePointer
        Throws:
        CorruptDataException - when fails to read from structure