java.lang.Object
com.ibm.jvm.format.Merge
Merges the trace entries
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final void
get the current Trace Record and update the nextOldest.protected final String
get the next trace entry ( the oldest )
-
Constructor Details
-
Merge
construct the Merge object- Parameters:
List
- of threads with trace records to merge- Throws:
IOException
-
-
Method Details
-
getCurrentTraceRecordAndUpdateNextOldest
protected final void getCurrentTraceRecordAndUpdateNextOldest()get the current Trace Record and update the nextOldest.- Parameters:
void
-
-
getNextEntry
get the next trace entry ( the oldest )- Parameters:
void
-- Returns:
- the formatted trace entry ( null means we are finished )
- Throws:
IOException
-