hotspot/src/share/vm/runtime/globals.hpp
changeset 17123 a8e62eed2e3e
parent 17121 e40a97c700d9
child 17132 dffd513b2a8c
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Apr 25 11:04:36 2013 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Apr 25 11:09:24 2013 -0700
@@ -3248,7 +3248,9 @@
           "Fire OutOfMemoryErrors throughout CI for testing the compiler "  \
           "(non-negative value throws OOM after this many CI accesses "     \
           "in each compile)")                                               \
-                                                                            \
+  notproduct(intx, CICrashAt, -1,                                           \
+          "id of compilation to trigger assert in compiler thread for "     \
+          "the purpose of testing, e.g. generation of replay data")         \
   notproduct(bool, CIObjectFactoryVerify, false,                            \
           "enable potentially expensive verification in ciObjectFactory")   \
                                                                             \