--- old/src/share/vm/opto/parse1.cpp 2013-10-17 18:54:53.243356609 +0200 +++ new/src/share/vm/opto/parse1.cpp 2013-10-17 18:54:52.972658858 +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); }