diff src/share/vm/c1/c1_Compiler.cpp @ 1434:72cfb36c6bb2

* enabled all jtt tests * added proxy that counts jni calls * honor hotspot stackshadowpages * constant pool caching * monitor enter/exit * arithmetic stubs (frem, drem, ...) * create stack values for debug info * some doc
author Lukas Stadler <lukas.stadler@oracle.com>
date Thu, 30 Sep 2010 17:19:48 -0700
parents a61af66fc99e
children 2d26b0046e0d
line wrap: on
line diff
--- a/src/share/vm/c1/c1_Compiler.cpp	Thu Sep 16 19:42:20 2010 -0700
+++ b/src/share/vm/c1/c1_Compiler.cpp	Thu Sep 30 17:19:48 2010 -0700
@@ -48,6 +48,7 @@
 
 
 void Compiler::compile_method(ciEnv* env, ciMethod* method, int entry_bci) {
+  assert(!UseC1X, "c1 called in UseC1X mode!");
 
   if (!is_initialized()) {
     initialize();