hotspot/src/share/vm/opto/parse1.cpp
changeset 21099 46e6bbecd9e5
parent 21089 e1986ff6fe2e
child 22234 da823d78ad65
child 22845 d8812d0ff387
equal deleted inserted replaced
21098:1820670a3362 21099:46e6bbecd9e5
  1099     // Clear out dead values from the debug info.
  1099     // Clear out dead values from the debug info.
  1100     kill_dead_locals();
  1100     kill_dead_locals();
  1101     // Build the FastLockNode
  1101     // Build the FastLockNode
  1102     _synch_lock = shared_lock(lock_obj);
  1102     _synch_lock = shared_lock(lock_obj);
  1103   }
  1103   }
       
  1104 
       
  1105   // Feed profiling data for parameters to the type system so it can
       
  1106   // propagate it as speculative types
       
  1107   record_profiled_parameters_for_speculation();
  1104 
  1108 
  1105   if (depth() == 1) {
  1109   if (depth() == 1) {
  1106     increment_and_test_invocation_counter(Tier2CompileThreshold);
  1110     increment_and_test_invocation_counter(Tier2CompileThreshold);
  1107   }
  1111   }
  1108 }
  1112 }