comparison src/share/vm/compiler/compileBroker.hpp @ 3476:65981c23c1d6

Fixed bootstrap (lowered compilation threshold and register more methods for compilation)
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 03 Aug 2011 11:35:30 -0700
parents 75a99b4f1c98
children 5e9645341ec3
comparison
equal deleted inserted replaced
3475:0da7f6b247c9 3476:65981c23c1d6
401 static void print_last_compile(); 401 static void print_last_compile();
402 402
403 static void print_compiler_threads_on(outputStream* st); 403 static void print_compiler_threads_on(outputStream* st);
404 404
405 static void bootstrap_graal(); 405 static void bootstrap_graal();
406 static void add_method_to_queue(klassOop k, Symbol* name, Symbol* signature);
406 }; 407 };
407 408
408 #endif // SHARE_VM_COMPILER_COMPILEBROKER_HPP 409 #endif // SHARE_VM_COMPILER_COMPILEBROKER_HPP