comparison src/share/vm/shark/sharkCompiler.hpp @ 14726:92aa6797d639

Backed out merge changeset: b51e29501f30 Backed out merge revision to its first parent (8f483e200405)
author Doug Simon <doug.simon@oracle.com>
date Mon, 24 Mar 2014 21:30:43 +0100
parents 81ccf2c854c7
children
comparison
equal deleted inserted replaced
14719:0bdd0d157040 14726:92aa6797d639
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();
61 58
62 // Generate a wrapper for a native (JNI) method 59 // Generate a wrapper for a native (JNI) method
63 nmethod* generate_native_wrapper(MacroAssembler* masm, 60 nmethod* generate_native_wrapper(MacroAssembler* masm,
64 methodHandle target, 61 methodHandle target,
65 int compile_id, 62 int compile_id,