equal
deleted
inserted
replaced
544 , _next_id(0) |
544 , _next_id(0) |
545 , _next_block_id(0) |
545 , _next_block_id(0) |
546 , _code(buffer_blob) |
546 , _code(buffer_blob) |
547 , _has_access_indexed(false) |
547 , _has_access_indexed(false) |
548 , _current_instruction(NULL) |
548 , _current_instruction(NULL) |
|
549 , _interpreter_frame_size(0) |
549 #ifndef PRODUCT |
550 #ifndef PRODUCT |
550 , _last_instruction_printed(NULL) |
551 , _last_instruction_printed(NULL) |
551 #endif // PRODUCT |
552 #endif // PRODUCT |
552 { |
553 { |
553 PhaseTraceTime timeit(_t_compile); |
554 PhaseTraceTime timeit(_t_compile); |