changeset 21099 | 46e6bbecd9e5 |
parent 21089 | e1986ff6fe2e |
child 22234 | da823d78ad65 |
child 22845 | d8812d0ff387 |
--- a/hotspot/src/share/vm/opto/parse1.cpp Wed Oct 23 10:00:39 2013 +0200 +++ b/hotspot/src/share/vm/opto/parse1.cpp Wed Oct 23 12:40:23 2013 +0200 @@ -1102,6 +1102,10 @@ _synch_lock = shared_lock(lock_obj); } + // Feed profiling data for parameters to the type system so it can + // propagate it as speculative types + record_profiled_parameters_for_speculation(); + if (depth() == 1) { increment_and_test_invocation_counter(Tier2CompileThreshold); }