hotspot/src/share/vm/opto/c2compiler.hpp
changeset 26796 666464578742
parent 22236 44508442b8da
child 28395 fbe08d791778
equal deleted inserted replaced
26706:1e985d72c57f 26796:666464578742
    48   static const char* retry_no_subsuming_loads();
    48   static const char* retry_no_subsuming_loads();
    49   static const char* retry_no_escape_analysis();
    49   static const char* retry_no_escape_analysis();
    50 
    50 
    51   // Print compilation timers and statistics
    51   // Print compilation timers and statistics
    52   void print_timers();
    52   void print_timers();
       
    53 
       
    54   // Initial size of the code buffer (may be increased at runtime)
       
    55   static int initial_code_buffer_size();
    53 };
    56 };
    54 
    57 
    55 #endif // SHARE_VM_OPTO_C2COMPILER_HPP
    58 #endif // SHARE_VM_OPTO_C2COMPILER_HPP