diff src/share/vm/compiler/compileBroker.hpp @ 13364:5a4293f24642

added -G:PrintCompRate option for periodically printing out the current compilation rate
author Doug Simon <doug.simon@oracle.com>
date Tue, 17 Dec 2013 16:45:02 +0100
parents 096c224171c4
children b1838411e896
line wrap: on
line diff
--- a/src/share/vm/compiler/compileBroker.hpp	Tue Dec 17 16:43:52 2013 +0100
+++ b/src/share/vm/compiler/compileBroker.hpp	Tue Dec 17 16:45:02 2013 +0100
@@ -434,7 +434,7 @@
   static void mark_on_stack();
 
   // Print a detailed accounting of compilation time
-  static void print_times();
+  static void print_times(bool per_compiler = true, bool aggregate = true);
 
   // Debugging output for failure
   static void print_last_compile();