hotspot/src/share/vm/compiler/compileBroker.hpp
changeset 26796 666464578742
parent 26587 e8b28fa936af
child 26913 9ad70cd32368
--- a/hotspot/src/share/vm/compiler/compileBroker.hpp	Tue Sep 16 14:39:11 2014 +0200
+++ b/hotspot/src/share/vm/compiler/compileBroker.hpp	Wed Sep 17 08:00:07 2014 +0200
@@ -434,7 +434,7 @@
   static bool is_compilation_disabled_forever() {
     return _should_compile_new_jobs == shutdown_compilaton;
   }
-  static void handle_full_code_cache();
+  static void handle_full_code_cache(int code_blob_type);
   // Ensures that warning is only printed once.
   static bool should_print_compiler_warning() {
     jint old = Atomic::cmpxchg(1, &_print_compilation_warning, 0);