mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8166377: is_compiled_by_jvmci hot in some profiles - improve nmethod compiler type detection
Refactor code removing virtual call Reviewed-by: kvn, twisti
This commit is contained in:
parent
2bc0337093
commit
1134c66f5e
18 changed files with 197 additions and 155 deletions
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include "classfile/vmSymbols.hpp"
|
||||
#include "code/compressedStream.hpp"
|
||||
#include "compiler/compilerDefinitions.hpp"
|
||||
#include "compiler/oopMap.hpp"
|
||||
#include "interpreter/invocationCounter.hpp"
|
||||
#include "oops/annotations.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue