public class RuntimeCodeCacheCleaner extends Object implements RuntimeCodeCache.CodeInfoVisitor
CodeInfo objects.
Furthermore, it also actively invalidates and frees code that has references to otherwise no
longer reachable Java heap objects.| Modifier and Type | Method and Description |
|---|---|
<T extends CodeInfo> |
visitCode(T codeInfo)
Visit compiled code, using the provided access methods.
|
public <T extends CodeInfo> boolean visitCode(T codeInfo)
RuntimeCodeCache.CodeInfoVisitorvisitCode in interface RuntimeCodeCache.CodeInfoVisitor