Class StructTypes.JfrOldObjectGcRoot

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Object description  
      java.lang.Object system  
      java.lang.Object type  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getSystem()  
      java.lang.String getType()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • system

        public java.lang.Object system
      • type

        public java.lang.Object type
      • description

        public java.lang.Object description
    • Constructor Detail

      • JfrOldObjectGcRoot

        JfrOldObjectGcRoot()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in interface IMCOldObjectGcRoot
        Returns:
        a text description of the GC root object
      • getSystem

        public java.lang.String getSystem()
        Specified by:
        getSystem in interface IMCOldObjectGcRoot
        Returns:
        the VM subsystem of origin for the GC root object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object