comparison src/share/vm/runtime/globals.hpp @ 1749:b4099f5786da

Merge
author never
date Wed, 25 Aug 2010 10:31:45 -0700
parents be3f9c242c9d 4b29a725c43c
children 6ee479178066 179464550c7d d5d065957597
comparison
equal deleted inserted replaced
1745:ebfb7c68865e 1749: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, \