comparison src/share/vm/shark/sharkCompiler.hpp @ 14702:d4dd5204c0aa

Merge
author ehelin
date Fri, 14 Mar 2014 13:27:18 +0100
parents 81ccf2c854c7
children 92aa6797d639
comparison
equal deleted inserted replaced
14701:d3ef21095134 14702:d4dd5204c0aa
53 // Initialization 53 // Initialization
54 void initialize(); 54 void initialize();
55 55
56 // Compile a normal (bytecode) method and install it in the VM 56 // Compile a normal (bytecode) method and install it in the VM
57 void compile_method(ciEnv* env, ciMethod* target, int entry_bci); 57 void compile_method(ciEnv* env, ciMethod* target, int entry_bci);
58
59 // Print compilation timers and statistics
60 void print_timers();
58 61
59 // Generate a wrapper for a native (JNI) method 62 // Generate a wrapper for a native (JNI) method
60 nmethod* generate_native_wrapper(MacroAssembler* masm, 63 nmethod* generate_native_wrapper(MacroAssembler* masm,
61 methodHandle target, 64 methodHandle target,
62 int compile_id, 65 int compile_id,