mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
6912064: type profiles need to be exploited more for dynamic language support
Reviewed-by: kvn
This commit is contained in:
parent
a54b1ff70e
commit
c7e50e8305
8 changed files with 204 additions and 64 deletions
|
@ -2476,6 +2476,9 @@ class CommandLineFlags {
|
|||
develop(bool, MonomorphicArrayCheck, true, \
|
||||
"Uncommon-trap array store checks that require full type check") \
|
||||
\
|
||||
diagnostic(bool, ProfileDynamicTypes, true, \
|
||||
"do extra type profiling and use it more aggressively") \
|
||||
\
|
||||
develop(bool, DelayCompilationDuringStartup, true, \
|
||||
"Delay invoking the compiler until main application class is " \
|
||||
"loaded") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue