mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8062735: CodeCacheSweeperThread missing from SA
Make SA aware of the code cache sweeper thread Reviewed-by: kvn, coleenp, sspitsyn
This commit is contained in:
parent
75778598e2
commit
4af87513d4
6 changed files with 58 additions and 12 deletions
|
@ -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) \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue