diff src/share/vm/code/nmethod.cpp @ 1423:760213a60e8b

* rewrite of the code installation * partial support for safepoints * macro-based CiTargetMethod interface * code stub support
author Lukas Stadler <lukas.stadler@oracle.com>
date Mon, 16 Aug 2010 18:59:36 -0700
parents 9f5b60a14736
children abc670a709dc
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.cpp	Mon Aug 02 15:44:38 2010 -0700
+++ b/src/share/vm/code/nmethod.cpp	Mon Aug 16 18:59:36 2010 -0700
@@ -2200,7 +2200,7 @@
         // information in a table.
         break;
     }
-    assert(stub == NULL || stub_contains(stub), "static call stub outside stub section");
+    assert(UseC1X || stub == NULL || stub_contains(stub), "static call stub outside stub section");
   }
 }