comparison src/share/vm/compiler/compileBroker.hpp @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents d5d065957597
children 06f017f7daa7 3d58a4983660
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
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