comparison src/share/vm/c1/c1_Compilation.cpp @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 89152779163c 0bf37f737702
children
comparison
equal deleted inserted replaced
17606:45d7b2c7029d 18041:52b4284cb496
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);