hotspot/src/share/vm/compiler/compileBroker.hpp
changeset 7397 5b173b4ca846
parent 6453 970dc585ab63
child 8872 36680c58660e
equal deleted inserted replaced
7396:518b01b064ff 7397:5b173b4ca846
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
       
    24 
       
    25 #ifndef SHARE_VM_COMPILER_COMPILEBROKER_HPP
       
    26 #define SHARE_VM_COMPILER_COMPILEBROKER_HPP
       
    27 
       
    28 #include "ci/compilerInterface.hpp"
       
    29 #include "compiler/abstractCompiler.hpp"
       
    30 #include "runtime/perfData.hpp"
    24 
    31 
    25 class nmethod;
    32 class nmethod;
    26 class nmethodLocker;
    33 class nmethodLocker;
    27 
    34 
    28 // CompileTask
    35 // CompileTask
   378   // Debugging output for failure
   385   // Debugging output for failure
   379   static void print_last_compile();
   386   static void print_last_compile();
   380 
   387 
   381   static void print_compiler_threads_on(outputStream* st);
   388   static void print_compiler_threads_on(outputStream* st);
   382 };
   389 };
       
   390 
       
   391 #endif // SHARE_VM_COMPILER_COMPILEBROKER_HPP