diff src/share/vm/compiler/compileBroker.hpp @ 13630:b1838411e896

Use compile ids assigned by hotspot
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Tue, 14 Jan 2014 10:14:31 -0800
parents 5a4293f24642
children fe034af88233
line wrap: on
line diff
--- a/src/share/vm/compiler/compileBroker.hpp	Tue Jan 14 10:14:28 2014 -0800
+++ b/src/share/vm/compiler/compileBroker.hpp	Tue Jan 14 10:14:31 2014 -0800
@@ -321,7 +321,6 @@
   static void init_compiler_threads(int c1_compiler_count, int c2_compiler_count);
   static bool compilation_is_complete  (methodHandle method, int osr_bci, int comp_level);
   static bool compilation_is_prohibited(methodHandle method, int osr_bci, int comp_level);
-  static uint assign_compile_id        (methodHandle method, int osr_bci);
   static bool is_compile_blocking      (methodHandle method, int osr_bci);
   static void preload_classes          (methodHandle method, TRAPS);
 
@@ -386,6 +385,8 @@
                                  int hot_count,
                                  const char* comment, Thread* thread);
 
+  static uint assign_compile_id        (methodHandle method, int osr_bci);
+
   static void compiler_thread_loop();
   static uint get_compilation_id() { return _compilation_id; }