src/share/vm/runtime/globals.hpp

changeset 2104
b4099f5786da
parent 2071
be3f9c242c9d
parent 2101
4b29a725c43c
child 2123
6ee479178066
child 2132
179464550c7d
child 2138
d5d065957597
equal deleted inserted replaced
2100:ebfb7c68865e 2104:b4099f5786da
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