hotspot/src/share/vm/runtime/globals.hpp
changeset 3609 5f16c48e608a
parent 3605 1540652a8156
child 3610 06ee2f982ea6
--- a/hotspot/src/share/vm/runtime/globals.hpp	Sun Aug 09 17:03:51 2009 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Aug 11 23:24:41 2009 -0700
@@ -3034,6 +3034,9 @@
           "Wait for this many CI accesses to occur in all compiles before " \
           "beginning to throw OutOfMemoryErrors in each compile")           \
                                                                             \
+  notproduct(bool, CIObjectFactoryVerify, false,                            \
+          "enable potentially expensive verification in ciObjectFactory")   \
+                                                                            \
   /* Priorities */                                                          \
   product_pd(bool, UseThreadPriorities,  "Use native thread priorities")    \
                                                                             \