diff src/share/vm/runtime/globals.hpp @ 10197:7b23cb975cf2

8011675: adding compilation level to replay data Reviewed-by: kvn, vlivanov
author iignatyev
date Thu, 25 Apr 2013 11:09:24 -0700
parents e12c9b3740db
children 0cfa93c2fcc4
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Apr 25 11:04:36 2013 -0700
+++ b/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")   \
                                                                             \