src/share/vm/runtime/globals.hpp

changeset 2104
b4099f5786da
parent 2071
be3f9c242c9d
parent 2101
4b29a725c43c
child 2123
6ee479178066
child 2132
179464550c7d
child 2138
d5d065957597
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon Aug 23 08:44:03 2010 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Aug 25 10:31:45 2010 -0700
     1.3 @@ -2476,6 +2476,9 @@
     1.4    develop(bool, MonomorphicArrayCheck, true,                                \
     1.5            "Uncommon-trap array store checks that require full type check")  \
     1.6                                                                              \
     1.7 +  diagnostic(bool, ProfileDynamicTypes, true,                               \
     1.8 +          "do extra type profiling and use it more aggressively")           \
     1.9 +                                                                            \
    1.10    develop(bool, DelayCompilationDuringStartup, true,                        \
    1.11            "Delay invoking the compiler until main application class is "    \
    1.12            "loaded")                                                         \

mercurial