Skip to content

Commit

Permalink
8156803: Turn StressLCM/StressGCM flags to diagnostic
Browse files Browse the repository at this point in the history
Reviewed-by: kvn, ctornqvi
  • Loading branch information
shipilev committed Jun 22, 2016
1 parent 35a4f14 commit 841a906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hotspot/src/share/vm/opto/c2_globals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
Expand Down

0 comments on commit 841a906

Please sign in to comment.