changeset 4688:f761948a7cd5

Made DeoptimizeALot flag available in product builds (to make testing with that flag faster).
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 24 Feb 2012 19:51:18 +0100
parents bacc18e07f7b
children 15849962252d
files src/share/vm/runtime/globals.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Feb 24 19:50:23 2012 +0100
+++ b/src/share/vm/runtime/globals.hpp	Fri Feb 24 19:51:18 2012 +0100
@@ -662,7 +662,7 @@
   develop(bool, TraceCallFixup, false,                                      \
           "traces all call fixups")                                         \
                                                                             \
-  develop(bool, DeoptimizeALot, false,                                      \
+  product(bool, DeoptimizeALot, false,                                      \
           "deoptimize at every exit from the runtime system")               \
                                                                             \
   notproduct(ccstrlist, DeoptimizeOnlyAt, "",                               \