hotspot/src/share/vm/runtime/globals.hpp
changeset 6419 6b7a06ace8ab
parent 6258 68f252c6e825
parent 6416 d49b65c9425a
child 6438 ace4f8100e90
child 6447 32cc5cad7fa6
child 6453 970dc585ab63
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon Aug 23 08:44:03 2010 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Aug 25 10:31:45 2010 -0700
@@ -2476,6 +2476,9 @@
   develop(bool, MonomorphicArrayCheck, true,                                \
           "Uncommon-trap array store checks that require full type check")  \
                                                                             \
+  diagnostic(bool, ProfileDynamicTypes, true,                               \
+          "do extra type profiling and use it more aggressively")           \
+                                                                            \
   develop(bool, DelayCompilationDuringStartup, true,                        \
           "Delay invoking the compiler until main application class is "    \
           "loaded")                                                         \