diff 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
line wrap: on
line diff
--- a/src/share/vm/compiler/compileBroker.hpp	Wed Aug 03 16:28:19 2011 +0200
+++ b/src/share/vm/compiler/compileBroker.hpp	Wed Aug 03 11:35:30 2011 -0700
@@ -403,6 +403,7 @@
   static void print_compiler_threads_on(outputStream* st);
 
   static void bootstrap_graal();
+  static void add_method_to_queue(klassOop k, Symbol* name, Symbol* signature);
 };
 
 #endif // SHARE_VM_COMPILER_COMPILEBROKER_HPP