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

Merge
author ehelin
date Fri, 14 Mar 2014 13:27:18 +0100
parents 81ccf2c854c7
children 92aa6797d639
line wrap: on
line diff
--- a/src/share/vm/shark/sharkCompiler.hpp	Fri Mar 14 09:18:39 2014 +0100
+++ b/src/share/vm/shark/sharkCompiler.hpp	Fri Mar 14 13:27:18 2014 +0100
@@ -56,6 +56,9 @@
   // Compile a normal (bytecode) method and install it in the VM
   void compile_method(ciEnv* env, ciMethod* target, int entry_bci);
 
+  // Print compilation timers and statistics
+  void print_timers();
+
   // Generate a wrapper for a native (JNI) method
   nmethod* generate_native_wrapper(MacroAssembler* masm,
                                    methodHandle    target,