src/share/vm/runtime/globals.hpp

changeset 2101
4b29a725c43c
parent 2047
d2ede61b7a12
child 2104
b4099f5786da
equal deleted inserted replaced
2085:f55c4f82ab9d 2101:4b29a725c43c
2474 "treat casts like calls for purposes of type profiling") \ 2474 "treat casts like calls for purposes of type profiling") \
2475 \ 2475 \
2476 develop(bool, MonomorphicArrayCheck, true, \ 2476 develop(bool, MonomorphicArrayCheck, true, \
2477 "Uncommon-trap array store checks that require full type check") \ 2477 "Uncommon-trap array store checks that require full type check") \
2478 \ 2478 \
2479 diagnostic(bool, ProfileDynamicTypes, true, \
2480 "do extra type profiling and use it more aggressively") \
2481 \
2479 develop(bool, DelayCompilationDuringStartup, true, \ 2482 develop(bool, DelayCompilationDuringStartup, true, \
2480 "Delay invoking the compiler until main application class is " \ 2483 "Delay invoking the compiler until main application class is " \
2481 "loaded") \ 2484 "loaded") \
2482 \ 2485 \
2483 develop(bool, CompileTheWorld, false, \ 2486 develop(bool, CompileTheWorld, false, \

mercurial