diff src/share/vm/runtime/globals.hpp @ 909:b32a809aab08

6866585: debug code in ciObjectFactory too slow for large objects Reviewed-by: ysr, never, kvn
author jcoomes
date Tue, 11 Aug 2009 23:24:41 -0700
parents bd2b1f617a4e
children 10d8c0d0d60e
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Sun Aug 09 17:03:51 2009 -0700
+++ b/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")    \
                                                                             \