mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8216262: Remove develop flag DelayCompilationDuringStartup
Reviewed-by: kvn, thartmann
This commit is contained in:
parent
aea92f008a
commit
bd8f4a115c
9 changed files with 14 additions and 58 deletions
|
@ -1330,10 +1330,6 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
develop(bool, TypeProfileCasts, true, \
|
||||
"treat casts like calls for purposes of type profiling") \
|
||||
\
|
||||
develop(bool, DelayCompilationDuringStartup, true, \
|
||||
"Delay invoking the compiler until main application class is " \
|
||||
"loaded") \
|
||||
\
|
||||
develop(bool, FillDelaySlots, true, \
|
||||
"Fill delay slots (on SPARC only)") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue