hotspot/src/share/vm/asm/assembler.cpp
changeset 11434 c50976508b6b
parent 8921 14bfe81f2a9d
child 13391 30245956af37
equal deleted inserted replaced
11433:2a2e375199de 11434:c50976508b6b
    59   _code_section = cs;
    59   _code_section = cs;
    60   _code_begin  = cs->start();
    60   _code_begin  = cs->start();
    61   _code_limit  = cs->limit();
    61   _code_limit  = cs->limit();
    62   _code_pos    = cs->end();
    62   _code_pos    = cs->end();
    63   _oop_recorder= code->oop_recorder();
    63   _oop_recorder= code->oop_recorder();
       
    64   DEBUG_ONLY( _short_branch_delta = 0; )
    64   if (_code_begin == NULL)  {
    65   if (_code_begin == NULL)  {
    65     vm_exit_out_of_memory(0, err_msg("CodeCache: no room for %s",
    66     vm_exit_out_of_memory(0, err_msg("CodeCache: no room for %s",
    66                                      code->name()));
    67                                      code->name()));
    67   }
    68   }
    68 }
    69 }