comparison src/share/vm/compiler/compileBroker.cpp @ 14437:15120a36272d

8028767: PPC64: (part 121): smaller shared changes needed to build C2 Summary: smaller shared changes required to build the C2 compiler on PPC64. Reviewed-by: kvn
author goetz
date Thu, 21 Nov 2013 19:00:57 -0800
parents da862781b584
children abec000618bf
comparison
equal deleted inserted replaced
14436:b0133e4187d3 14437:15120a36272d
996 } 996 }
997 997
998 998
999 void CompileBroker::init_compiler_threads(int c1_compiler_count, int c2_compiler_count) { 999 void CompileBroker::init_compiler_threads(int c1_compiler_count, int c2_compiler_count) {
1000 EXCEPTION_MARK; 1000 EXCEPTION_MARK;
1001 #if !defined(ZERO) && !defined(SHARK) && !defined(PPC64) 1001 #if !defined(ZERO) && !defined(SHARK)
1002 assert(c2_compiler_count > 0 || c1_compiler_count > 0, "No compilers?"); 1002 assert(c2_compiler_count > 0 || c1_compiler_count > 0, "No compilers?");
1003 #endif // !ZERO && !SHARK 1003 #endif // !ZERO && !SHARK
1004 // Initialize the compilation queue 1004 // Initialize the compilation queue
1005 if (c2_compiler_count > 0) { 1005 if (c2_compiler_count > 0) {
1006 _c2_method_queue = new CompileQueue("C2MethodQueue", MethodCompileQueue_lock); 1006 _c2_method_queue = new CompileQueue("C2MethodQueue", MethodCompileQueue_lock);