changeset 10859:e5c6b19dd8fc

8156803: Turn StressLCM/StressGCM flags to diagnostic Reviewed-by: kvn, ctornqvi
author shade
date Wed, 22 Jun 2016 13:29:09 +0300
parents 22ec1c43273b
children b90e951950c7
files src/share/vm/opto/c2_globals.hpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Thu Oct 31 19:32:41 2019 +0000
+++ b/src/share/vm/opto/c2_globals.hpp	Wed Jun 22 13:29:09 2016 +0300
@@ -60,10 +60,10 @@
 
 #define C2_FLAGS(develop, develop_pd, product, product_pd, diagnostic, experimental, notproduct) \
                                                                             \
-  develop(bool, StressLCM, false,                                           \
+  diagnostic(bool, StressLCM, false,                                        \
           "Randomize instruction scheduling in LCM")                        \
                                                                             \
-  develop(bool, StressGCM, false,                                           \
+  diagnostic(bool, StressGCM, false,                                        \
           "Randomize instruction scheduling in GCM")                        \
                                                                             \
   notproduct(intx, CompileZapFirst, 0,                                      \