- 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.
-
-
Field Summary
-
Fields declared in class com.ibm.jvm.format.TraceRecord
APP_TYPE, ASSERT_TYPE, BASE_INDENT, buffer, bufferSize, Chars, currentBuffer, currentLength, currentOffset, currentTimeStamp, currentTraceID, DEBUG_EXCPT_TYPE, DEBUG_TYPE, ENTRY_EXCPT_TYPE, ENTRY_TYPE, ERROR_TYPE, EVENT_TYPE, EXCEPTION_TYPE, EXIT_EXCPT_TYPE, EXIT_TYPE, headerSize, indentLevels, lastThread, longEntryTraceIDs, MEM_EXCPT_TYPE, MEM_TYPE, nextEight, nextEntry, notFormatted, offset, PERF_EXCPT_TYPE, PERF_TYPE, recordFinished, start, TAB, threadID, threadName, threadSyn1, threadSyn2, timeStamp, TIMESTAMP_OFFSET, traceFile, TRACEID_OFFSET, traceThread, types, upperWord, wrapTime, wrapTimes, writePlatform, writeSystem
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TraceRecordInternal(TraceFile traceFile, long start)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getNextEntry()
Gets the next trace entry returns 0=no more entries in this buffer 1=ok to formatprotected void
prime()
reads in the record data for this TraceRecord-
Methods declared in class com.ibm.jvm.format.TraceRecord
compareTo, formatCurrentEntry, getCurrentTimeStamp, getIndent, getNextRecord, initStatics, processNextEntryHeader, release, setIndent
-
-
-
-
Constructor Detail
-
TraceRecordInternal
protected TraceRecordInternal(TraceFile traceFile, long start) throws IOException
- Throws:
IOException
-
-
Method Detail
-
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
-
-