hotspot/src/share/vm/runtime/globals.hpp
changeset 8870 119881dc9d0b
parent 8728 3f1bcd33068e
child 8883 5569135acca3
--- a/hotspot/src/share/vm/runtime/globals.hpp	Sat Mar 26 08:31:45 2011 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Sun Mar 27 00:00:14 2011 -0700
@@ -2377,6 +2377,9 @@
   develop(intx, CICloneLoopTestLimit, 100,                                  \
           "size limit for blocks heuristically cloned in ciTypeFlow")       \
                                                                             \
+  develop(intx, OSROnlyBCI, -1,                                             \
+          "OSR only at this bci.  Negative values mean exclude that bci")   \
+                                                                            \
   /* temp diagnostics */                                                    \
                                                                             \
   diagnostic(bool, TraceRedundantCompiles, false,                           \