8062735: CodeCacheSweeperThread missing from SA

Make SA aware of the code cache sweeper thread

Reviewed-by: kvn, coleenp, sspitsyn
This commit is contained in:
Albert Noll 2014-11-06 07:27:25 +01:00
parent 75778598e2
commit 4af87513d4
6 changed files with 58 additions and 12 deletions

View file

@ -1594,6 +1594,7 @@ typedef TwoOopHashtable<Symbol*, mtClass> SymbolTwoOopHashtable;
declare_type(JvmtiAgentThread, JavaThread) \
declare_type(ServiceThread, JavaThread) \
declare_type(CompilerThread, JavaThread) \
declare_type(CodeCacheSweeperThread, JavaThread) \
declare_toplevel_type(OSThread) \
declare_toplevel_type(JavaFrameAnchor) \
\