mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
Merge
This commit is contained in:
commit
8d381f2b2e
125 changed files with 4088 additions and 805 deletions
|
@ -2670,6 +2670,14 @@ class CommandLineFlags {
|
|||
product(bool, AggressiveOpts, false, \
|
||||
"Enable aggressive optimizations - see arguments.cpp") \
|
||||
\
|
||||
product_pd(uintx, TypeProfileLevel, \
|
||||
"=XY, with Y, Type profiling of arguments at call" \
|
||||
" X, Type profiling of return value at call" \
|
||||
"X and Y in 0->off ; 1->js292 only; 2->all methods") \
|
||||
\
|
||||
product(intx, TypeProfileArgsLimit, 2, \
|
||||
"max number of call arguments to consider for type profiling") \
|
||||
\
|
||||
/* statistics */ \
|
||||
develop(bool, CountCompiledCalls, false, \
|
||||
"Count method invocations") \
|
||||
|
@ -3820,7 +3828,6 @@ class CommandLineFlags {
|
|||
product(bool, UseLockedTracing, false, \
|
||||
"Use locked-tracing when doing event-based tracing")
|
||||
|
||||
|
||||
/*
|
||||
* Macros for factoring of globals
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue