< prev index next > src/hotspot/share/c1/c1_Compilation.cpp
Print this page
BAILOUT_("mdo allocation failed", no_frame_size);
}
if (method()->is_synchronized()) {
set_has_monitors(true);
+ push_monitor();
}
{
PhaseTraceTime timeit(_t_buildIR);
build_hir();
, _has_irreducible_loops(false)
, _would_profile(false)
, _has_method_handle_invokes(false)
, _has_reserved_stack_access(method->has_reserved_stack_access())
, _has_monitors(false)
+ , _max_monitors(0)
, _install_code(install_code)
, _bailout_msg(NULL)
, _exception_info_list(NULL)
, _allocator(NULL)
, _code(buffer_blob)
< prev index next >