diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Aug 23 08:44:03 2010 -0700
+++ b/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")                                                         \