diff -r ebfb7c68865e -r b4099f5786da src/share/vm/runtime/globals.hpp --- 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") \