diff src/share/vm/c1/c1_Compiler.cpp @ 4140:716a2c5c0656

Further reduce diff to HotSpot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 01:01:34 +0100
parents 75a99b4f1c98
children 957c266d8bc5
line wrap: on
line diff
--- a/src/share/vm/c1/c1_Compiler.cpp	Sun Dec 18 00:41:15 2011 +0100
+++ b/src/share/vm/c1/c1_Compiler.cpp	Sun Dec 18 01:01:34 2011 +0100
@@ -90,7 +90,6 @@
 
 
 void Compiler::compile_method(ciEnv* env, ciMethod* method, int entry_bci) {
-  assert(!UseGraal, "c1 called in UseGraal mode!");
   // Allocate buffer blob once at startup since allocation for each
   // compilation seems to be too expensive (at least on Intel win32).
   BufferBlob* buffer_blob = CompilerThread::current()->get_buffer_blob();