mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling
Implement profiling for c2 jit compilation. Also enable new cppInterpreter features. Reviewed-by: kvn
This commit is contained in:
parent
34c8023949
commit
0732a739b3
11 changed files with 790 additions and 103 deletions
|
@ -2727,6 +2727,11 @@ class CommandLineFlags {
|
|||
product_pd(bool, ProfileInterpreter, \
|
||||
"Profile at the bytecode level during interpretation") \
|
||||
\
|
||||
develop(bool, TraceProfileInterpreter, false, \
|
||||
"Trace profiling at the bytecode level during interpretation. " \
|
||||
"This outputs the profiling information collected to improve " \
|
||||
"jit compilation.") \
|
||||
\
|
||||
develop_pd(bool, ProfileTraps, \
|
||||
"Profile deoptimization traps at the bytecode level") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue