src/hotspot/share/c1/c1_LIRAssembler.cpp
changeset 51519 ecb650023e28
parent 51333 f6641fcf7b7e
child 51857 9978fea8a371
equal deleted inserted replaced
51518:2e98c7737d8f 51519:ecb650023e28
   110   _slow_case_stubs = new CodeStubList();
   110   _slow_case_stubs = new CodeStubList();
   111 }
   111 }
   112 
   112 
   113 
   113 
   114 LIR_Assembler::~LIR_Assembler() {
   114 LIR_Assembler::~LIR_Assembler() {
       
   115   // The unwind handler label may be unnbound if this destructor is invoked because of a bail-out.
       
   116   // Reset it here to avoid an assertion.
       
   117   _unwind_handler_entry.reset();
   115 }
   118 }
   116 
   119 
   117 
   120 
   118 void LIR_Assembler::check_codespace() {
   121 void LIR_Assembler::check_codespace() {
   119   CodeSection* cs = _masm->code_section();
   122   CodeSection* cs = _masm->code_section();