diff src/share/vm/runtime/globals.hpp @ 10560:0b1b5356b566

Fixed issues around execute compiled code stub. Made TraceDeoptimization a product flag.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 27 Jun 2013 21:20:07 +0200
parents 36bcc10e01c0
children 57b9a8c7cea8
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Jun 27 15:14:29 2013 +0200
+++ b/src/share/vm/runtime/globals.hpp	Thu Jun 27 21:20:07 2013 +0200
@@ -1251,7 +1251,7 @@
   develop(bool, TraceClassInitialization, false,                            \
           "Trace class initialization")                                     \
                                                                             \
-  develop(bool, TraceExceptions, false,                                     \
+  product(bool, TraceExceptions, false,                                     \
           "Trace exceptions")                                               \
                                                                             \
   develop(bool, TraceICs, false,                                            \