Class TraceRecordInternal

java.lang.Object
com.ibm.jvm.format.TraceRecord
com.ibm.jvm.format.TraceRecordInternal
All Implemented Interfaces:
Comparable

public final class TraceRecordInternal extends TraceRecord
Extends Trace Record. Special processing needed for internal trace records.
  • Constructor Details

  • Method Details

    • prime

      protected final void prime() throws IOException
      reads in the record data for this TraceRecord
      Throws:
      IOException
    • getNextEntry

      protected final int getNextEntry() throws IOException
      Gets the next trace entry returns 0=no more entries in this buffer 1=ok to format
      Throws:
      IOException