comparison src/share/vm/compiler/compileBroker.hpp @ 16006:66a9286203a2

decoupled Graal runtime initialization and Graal compilation queue initialization
author Doug Simon <doug.simon@oracle.com>
date Tue, 03 Jun 2014 11:51:27 +0200
parents a20be10ad437
children 52b4284cb496
comparison
equal deleted inserted replaced
16003:83433cf49019 16006:66a9286203a2
436 } 436 }
437 437
438 // Redefine Classes support 438 // Redefine Classes support
439 static void mark_on_stack(); 439 static void mark_on_stack();
440 440
441 #ifdef GRAAL
442 // Print curent compilation time stats for a given compiler
443 static void print_times(AbstractCompiler* comp);
444 #endif
445
441 // Print a detailed accounting of compilation time 446 // Print a detailed accounting of compilation time
442 static void print_times(bool per_compiler = true, bool aggregate = true); 447 static void print_times(bool per_compiler = true, bool aggregate = true);
443 448
444 // Debugging output for failure 449 // Debugging output for failure
445 static void print_last_compile(); 450 static void print_last_compile();