diff src/share/vm/runtime/globals.hpp @ 2607:008adfd6d850

Fixed the stateBefore of invokes and monitorenter instructions to include the arguments of the instruction. This is necessary to ensure correct continuation in the interpreter when the stateBefore is used as a deoptimization point.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Fri, 06 May 2011 17:47:17 +0200
parents 4e5515d09314
children be4ca325525a
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri May 06 16:21:10 2011 +0200
+++ b/src/share/vm/runtime/globals.hpp	Fri May 06 17:47:17 2011 +0200
@@ -2878,7 +2878,7 @@
           "Prefetch instruction to prefetch ahead")                         \
                                                                             \
   /* deoptimization */                                                      \
-  develop(bool, TraceDeoptimization, false,                                 \
+  product(bool, TraceDeoptimization, false,                                 \
           "Trace deoptimization")                                           \
                                                                             \
   develop(bool, DebugDeoptimization, false,                                 \