Class J9LogParser
java.lang.Object
org.adoptopenjdk.jitwatch.parser.AbstractLogParser
org.adoptopenjdk.jitwatch.parser.j9.J9LogParser
- All Implemented Interfaces:
ILogParser
-
Field Summary
FieldsFields inherited from class AbstractLogParser
config, currentCompilerThread, currentMember, errorDialogBody, errorDialogTitle, errorListener, hasParseError, inHeader, jitListener, logger, model, parseLineNumber, processLineNumber, reading, splitLog, tagProcessor, vmCommand -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected voidsplitLogFile(Reader logFileReader) Methods inherited from class AbstractLogParser
addToClassModel, configureDisposableClassLoader, discardParsedLogs, findMemberWithSignature, getConfig, getModel, getParsedClasspath, getSplitLog, getVMCommand, handleTagNMethod, handleTagQueued, handleTagTask, handleTaskDone, hasParseError, logError, logEvent, processLogFile, reset, setConfig, setTagNMethod, setTagTask, setTagTaskQueued, stopParsing, storeCodeCacheEventMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ILogParser
processLogFile
-
Field Details
-
compileID
private int compileID -
timestampMillis
private long timestampMillis
-
-
Constructor Details
-
J9LogParser
-
-
Method Details
-
parseLogFile
protected void parseLogFile()- Specified by:
parseLogFilein classAbstractLogParser
-
handleTag
- Specified by:
handleTagin classAbstractLogParser
-
splitLogFile
- Specified by:
splitLogFilein classAbstractLogParser
-