hotspot/src/share/vm/opto/chaitin.cpp
changeset 2340 cb47f8209cd8
parent 2154 72a9b7284ccf
child 2573 b5002ef26155
--- a/hotspot/src/share/vm/opto/chaitin.cpp	Thu Mar 26 14:39:39 2009 -0700
+++ b/hotspot/src/share/vm/opto/chaitin.cpp	Thu Mar 26 15:04:55 2009 -0700
@@ -149,6 +149,9 @@
 #endif
 {
   NOT_PRODUCT( Compile::TracePhase t3("ctorChaitin", &_t_ctorChaitin, TimeCompiler); )
+
+  _high_frequency_lrg = MIN2(float(OPTO_LRG_HIGH_FREQ), _cfg._outer_loop_freq);
+
   uint i,j;
   // Build a list of basic blocks, sorted by frequency
   _blks = NEW_RESOURCE_ARRAY( Block *, _cfg._num_blocks );