diff 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
line wrap: on
line diff
--- a/src/share/vm/compiler/compileBroker.cpp	Thu Nov 21 18:29:34 2013 -0800
+++ b/src/share/vm/compiler/compileBroker.cpp	Thu Nov 21 19:00:57 2013 -0800
@@ -998,7 +998,7 @@
 
 void CompileBroker::init_compiler_threads(int c1_compiler_count, int c2_compiler_count) {
   EXCEPTION_MARK;
-#if !defined(ZERO) && !defined(SHARK) && !defined(PPC64)
+#if !defined(ZERO) && !defined(SHARK)
   assert(c2_compiler_count > 0 || c1_compiler_count > 0, "No compilers?");
 #endif // !ZERO && !SHARK
   // Initialize the compilation queue