Class HotThrowFinder
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
-
- org.adoptopenjdk.jitwatch.hotthrow.HotThrowFinder
-
- All Implemented Interfaces:
ICompilationVisitable
public final class HotThrowFinder extends AbstractCompilationVisitable
-
-
Field Summary
Fields Modifier and Type Field Description private static com.chrisnewland.freelogj.Loggerloggerprivate IReadOnlyJITDataModelmodelprivate java.util.Set<HotThrowResult>result-
Fields inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
ignoreTags
-
-
Constructor Summary
Constructors Constructor Description HotThrowFinder(IReadOnlyJITDataModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<HotThrowResult>findHotThrows(IMetaMember member)voidvisitTag(Tag parseTag, IParseDictionary parseDictionary)-
Methods inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
handleOther
-
-
-
-
Field Detail
-
result
private java.util.Set<HotThrowResult> result
-
model
private IReadOnlyJITDataModel model
-
logger
private static final com.chrisnewland.freelogj.Logger logger
-
-
Constructor Detail
-
HotThrowFinder
public HotThrowFinder(IReadOnlyJITDataModel model)
-
-
Method Detail
-
findHotThrows
public java.util.Set<HotThrowResult> findHotThrows(IMetaMember member)
-
visitTag
public void visitTag(Tag parseTag, IParseDictionary parseDictionary) throws LogParseException
- Throws:
LogParseException
-
-