src/share/vm/c1/c1_Compilation.cpp

Print this page

        

*** 547,556 **** --- 547,557 ---- , _has_exception_handlers(false) , _has_fpu_code(true) // pessimistic assumption , _would_profile(false) , _has_unsafe_access(false) , _has_method_handle_invokes(false) + , _has_reserved_stack_access(method->has_reserved_stack_access()) , _bailout_msg(NULL) , _exception_info_list(NULL) , _allocator(NULL) , _next_id(0) , _next_block_id(0)