Module openj9.dtfj

Class MonitorTableList

java.lang.Object
com.ibm.j9ddr.vm29.j9.MonitorTableList

public class MonitorTableList extends Object
Represents the list of monitors anchored on J9JavaVM->monitorTableList
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static boolean
     
    protected static MonitorTable[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a new MonitorTableList that represents the list of monitors anchored on J9JavaVM->monitorTableList
    Returns an iterator that can be used to iterate over the J9ObjectMonitorPointers in the MonitorTableList
    static com.ibm.j9ddr.vm29.pointer.generated.J9ObjectMonitorPointer
    peek(com.ibm.j9ddr.vm29.pointer.generated.J9ObjectPointer object)
    Search all the monitor tables in the J9JavaVM->monitorTables for the inflated monitor corresponding to the specified object

    Methods declared in class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • monitorTables

      protected static MonitorTable[] monitorTables
    • initialized

      protected static boolean initialized
  • Constructor Details

    • MonitorTableList

      public MonitorTableList()
  • Method Details

    • from

      public static MonitorTableList from() throws CorruptDataException
      Returns a new MonitorTableList that represents the list of monitors anchored on J9JavaVM->monitorTableList
      Returns:
      Throws:
      CorruptDataException
    • iterator

      Returns an iterator that can be used to iterate over the J9ObjectMonitorPointers in the MonitorTableList
      Returns:
      an iterator that can be used to iterate over the J9ObjectMonitorPointers in the MonitorTableList
      Throws:
      CorruptDataException
    • peek

      public static com.ibm.j9ddr.vm29.pointer.generated.J9ObjectMonitorPointer peek(com.ibm.j9ddr.vm29.pointer.generated.J9ObjectPointer object) throws CorruptDataException
      Search all the monitor tables in the J9JavaVM->monitorTables for the inflated monitor corresponding to the specified object
      Parameters:
      object - the object
      Throws:
      CorruptDataException
      See Also:
      • : monitorTablePeek