Class AbstractEscapeAnalysisWalker
java.lang.Object
org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
org.adoptopenjdk.jitwatch.report.AbstractReportBuilder
org.adoptopenjdk.jitwatch.report.escapeanalysis.AbstractEscapeAnalysisWalker
- All Implemented Interfaces:
ICompilationVisitable,ITreeVisitable
- Direct Known Subclasses:
EliminatedAllocationWalker,OptimisedLocksWalker
-
Field Summary
FieldsFields inherited from class org.adoptopenjdk.jitwatch.report.AbstractReportBuilder
model, reportListFields inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
ignoreTags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract booleanprotected voidprivate booleanhasInlineSuccessAnnotation(List<LineAnnotation> annotations) voidvisit(IMetaMember metaMember) voidvisitTag(Tag parseTag, IParseDictionary parseDictionary) Methods inherited from class org.adoptopenjdk.jitwatch.report.AbstractReportBuilder
getReports, resetMethods inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
handleOther
-
Field Details
-
bcAnnotationBuilder
-
-
Constructor Details
-
AbstractEscapeAnalysisWalker
-
-
Method Details
-
findNonMemberReports
protected void findNonMemberReports()- Specified by:
findNonMemberReportsin classAbstractReportBuilder
-
visit
-
filterLineAnnotation
-
hasInlineSuccessAnnotation
-
visitTag
- Throws:
LogParseException
-